Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f648f00

Browse files
authored
Update end-to-end-tests.yaml
1 parent 2df946b commit f648f00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/end-to-end-tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ jobs:
160160
complete:
161161
name: end-to-end-tests
162162
needs: playwright
163-
if: always() && !failure() && !cancelled()
163+
if: always()
164164
runs-on: ubuntu-latest
165165
steps:
166-
- run: echo "All tests passed!"
166+
- run: exit 1
167+
if: failure() || cancelled()

0 commit comments

Comments
 (0)