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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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