Update end-to-end-tests.yaml
This commit is contained in:
parent
7091ca02b0
commit
8a0dcdd4de
1 changed files with 3 additions and 3 deletions
6
.github/workflows/end-to-end-tests.yaml
vendored
6
.github/workflows/end-to-end-tests.yaml
vendored
|
@ -164,9 +164,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- if: needs.playwright.result != 'skipped' && needs.playwright.result != 'success'
|
|
||||||
run: exit 1
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
if: inputs.skip != true
|
if: inputs.skip != true
|
||||||
with:
|
with:
|
||||||
|
@ -204,3 +201,6 @@ jobs:
|
||||||
name: html-report
|
name: html-report
|
||||||
path: playwright-report
|
path: playwright-report
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
|
- if: needs.playwright.result != 'skipped' && needs.playwright.result != 'success'
|
||||||
|
run: exit 1
|
||||||
|
|
Loading…
Reference in a new issue