Skip to content

Commit

Permalink
Try the --wait option instead of --detached
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Mar 11, 2024
1 parent 569be15 commit c0ad703
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:
- name: Build migrator
run: ./build.sh
- name: Set up services
run: docker compose -f docker-compose-tests.yml up -d
- name: Wait for services to be up
run: sleep 30
- run: |
docker ps -a
docker network ls
run: docker compose -f docker-compose-tests.yml up --wait
- name: Run tests
run: sbt test
- name: Stop services
Expand Down

0 comments on commit c0ad703

Please sign in to comment.