diff --git a/.github/workflows/end-to-end-tests.yaml b/.github/workflows/end-to-end-tests.yaml index cddac9cf47..391197fb53 100644 --- a/.github/workflows/end-to-end-tests.yaml +++ b/.github/workflows/end-to-end-tests.yaml @@ -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()