mirror of https://github.com/vector-im/riot-web
Update end-to-end-tests.yaml
parent
febb60ee45
commit
e2310e637c
|
@ -163,5 +163,5 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: exit 1
|
- if: needs.playwright.result != 'skipped' && needs.playwright.result != 'success'
|
||||||
if: failure() || cancelled()
|
run: exit 1
|
||||||
|
|
Loading…
Reference in New Issue