1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Update end-to-end-tests.yaml

This commit is contained in:
Michael Telatynski
2024-04-30 11:03:44 +01:00
committed by GitHub
parent 2df946b5b1
commit f648f00727

View File

@ -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()