Skip to content

Commit

Permalink
Update end-to-end-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored May 7, 2024
1 parent febb60e commit e2310e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ jobs:
if: always()
runs-on: ubuntu-latest
steps:
- run: exit 1
if: failure() || cancelled()
- if: needs.playwright.result != 'skipped' && needs.playwright.result != 'success'
run: exit 1

0 comments on commit e2310e6

Please sign in to comment.