Skip to content

Use Debian Trixie as the base image and upgrade to MongoDB 8.0 (#24) #42

Use Debian Trixie as the base image and upgrade to MongoDB 8.0 (#24)

Use Debian Trixie as the base image and upgrade to MongoDB 8.0 (#24) #42

Workflow file for this run

name: Linux Distribution Test Pipeline
on: [push, pull_request]
jobs:
infratest:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup .env file
run: |
cp .env.example .env
- name: Build and run infratest
run: |
cd infratest
cargo run