Skip to content

Commit

Permalink
fix: fail faster
Browse files Browse the repository at this point in the history
  • Loading branch information
edd committed Oct 25, 2023
1 parent 19471b0 commit 4db9396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/E2ETests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5
with:
auto-cancel-after-failures: 2
wait-on: ${{steps.previewUrl.outputs.url}}
config: baseUrl="${{steps.previewUrl.outputs.url}}"
browser: chrome
Expand Down

0 comments on commit 4db9396

Please sign in to comment.