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 Jun 7, 2024
1 parent 7091ca0 commit 8a0dcdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ jobs:
if: always()
runs-on: ubuntu-latest
steps:
- if: needs.playwright.result != 'skipped' && needs.playwright.result != 'success'
run: exit 1

- uses: actions/checkout@v4
if: inputs.skip != true
with:
Expand Down Expand Up @@ -204,3 +201,6 @@ jobs:
name: html-report
path: playwright-report
retention-days: 14

- if: needs.playwright.result != 'skipped' && needs.playwright.result != 'success'
run: exit 1

0 comments on commit 8a0dcdd

Please sign in to comment.