Skip to content

Commit

Permalink
ci(pytest): fix timeout syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 20, 2023
1 parent 6f76e2a commit ba1d995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
docker compose run api \
wait-for-it fmtm-db:5432 --strict \
-- wait-for-it central:8383 --strict --timeout 30 \
-- wait-for-it central:8383 --strict --timeout=30 \
-- pytest
cache-images:
Expand Down

0 comments on commit ba1d995

Please sign in to comment.