Update end-to-end-tests.yaml
This commit is contained in:
parent
febb60ee45
commit
e2310e637c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/end-to-end-tests.yaml
vendored
4
.github/workflows/end-to-end-tests.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue