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:
|
||||
name: end-to-end-tests
|
||||
needs: playwright
|
||||
if: always() && !failure() && !cancelled()
|
||||
if: always()
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "All tests passed!"
|
||||
- run: exit 1
|
||||
if: failure() || cancelled()
|
||||
|
|
Loading…
Reference in New Issue