Skip to content

Commit

Permalink
wait for web api to be ready before starting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jun 26, 2024
1 parent 4abc3b1 commit a56cf4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
compose-file-ref: "develop"
worker-scale: 2

- name: Wait for web API
uses: iFaxity/[email protected]
with:
resource: http://localhost

- name: Run tests with poetry and pytest
run: |
poetry install
Expand Down

0 comments on commit a56cf4d

Please sign in to comment.