Skip to content

Commit

Permalink
using cancel on auto failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 7, 2024
1 parent 3483a2c commit b0ba526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
# continue-on-error: true
with:
browser: chrome
command: npx cypress run --browser chrome --env USERNAME=${{secrets.USERNAME}},PASSWORD=${{secrets.PASSWORD}}
command: npx cypress run --browser chrome --auto-cancel-after-failures 1 --env USERNAME=${{secrets.USERNAME}},PASSWORD=${{secrets.PASSWORD}}


0 comments on commit b0ba526

Please sign in to comment.