mirror of https://github.com/vector-im/riot-web
Update end-to-end-tests.yaml
parent
2df946b5b1
commit
f648f00727
|
@ -160,7 +160,8 @@ jobs:
|
||||||
complete:
|
complete:
|
||||||
name: end-to-end-tests
|
name: end-to-end-tests
|
||||||
needs: playwright
|
needs: playwright
|
||||||
if: always() && !failure() && !cancelled()
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "All tests passed!"
|
- run: exit 1
|
||||||
|
if: failure() || cancelled()
|
||||||
|
|
Loading…
Reference in New Issue