Skip to content

Commit

Permalink
ci(pytest): further debug, sleep 20 prior to cental logs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 17, 2023
1 parent 8b2476a commit 1e7842d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
run: |
cd src/backend
docker compose up -d api
sleep 5
sleep 20
docker ps -a
docker logs central_api
docker compose run api \
wait-for-it fmtm_db:5432 --strict \
-- wait-for-it central_api:8383 --strict \
wait-for-it fmtm-db:5432 --strict \
-- wait-for-it central:8383 --strict \
-- pytest

0 comments on commit 1e7842d

Please sign in to comment.