Skip to content

Commit

Permalink
ci: update compose command for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 27, 2023
1 parent ac7fc91 commit 8e8a06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
build_context: src/backend
compose_service: api
compose_command: |
wait-for-it fmtm-db:5432 --strict
-- wait-for-it central:8383 --strict
wait-for-it fmtm-db:5432 --strict \
-- wait-for-it central:8383 --strict \
--timeout=30 -- pytest
cache_extra_imgs: |
"docker.io/postgis/postgis:${{ vars.POSTGIS_TAG }}"
Expand Down

0 comments on commit 8e8a06e

Please sign in to comment.