Update end-to-end-tests.yaml

This commit is contained in:
Michael Telatynski 2024-06-07 18:07:12 +01:00 committed by GitHub
parent 7091ca02b0
commit 8a0dcdd4de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
@ -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