Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix: Split up docker compose start up in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Dec 6, 2023
1 parent 30e02ba commit 89c087a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
shell: bash
run: |
docker compose -f docker-compose.yml down
docker compose -f docker-compose.yml up -d --wait
docker compose -f docker-compose.yml up db echo-server -d --wait
docker compose -f docker-compose.yml up setup_test_db
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 89c087a

Please sign in to comment.