ci: re-order services and testing

This commit is contained in:
Paul Makles
2023-04-22 20:30:02 +01:00
parent dd3d7e9c49
commit 63f56aec0c

View File

@@ -26,15 +26,15 @@ jobs:
with:
command: build
- name: Run services in background
run: |
docker-compose -f docker-compose.db.yml up -d
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
- name: Run services in background
run: |
docker-compose -f docker-compose.db.yml up -d
- name: Run cargo test (with MongoDB)
uses: actions-rs/cargo@v1
env: