Skip to content

Commit

Permalink
CI: wait for print to be ready in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Jul 15, 2023
1 parent 7d0cd2c commit 028b34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
with:
working-directory: e2e
browser: ${{ matrix.browser }}
wait-on: 'http://localhost:3000, http://localhost:3000/api'
wait-on: 'http://localhost:3000, http://localhost:3000/api, http://localhost:3000/print/health'
wait-on-timeout: 300

# store screenshots and videos on GitHub as artifacts, for downloading and debugging in case of problems
Expand Down

0 comments on commit 028b34d

Please sign in to comment.