Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update end-to-end-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 30, 2024
1 parent 2df946b commit f648f00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ jobs:
complete:
name: end-to-end-tests
needs: playwright
if: always() && !failure() && !cancelled()
if: always()
runs-on: ubuntu-latest
steps:
- run: echo "All tests passed!"
- run: exit 1
if: failure() || cancelled()

0 comments on commit f648f00

Please sign in to comment.