Update end-to-end-tests.yaml

pull/28217/head
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
1 changed files with 3 additions and 2 deletions

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