From 8a0dcdd4de1d4e432dae0e2959250e785f0a9156 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 7 Jun 2024 18:07:12 +0100 Subject: [PATCH] Update end-to-end-tests.yaml --- .github/workflows/end-to-end-tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/end-to-end-tests.yaml b/.github/workflows/end-to-end-tests.yaml index 08eca4372b..b663948254 100644 --- a/.github/workflows/end-to-end-tests.yaml +++ b/.github/workflows/end-to-end-tests.yaml @@ -164,9 +164,6 @@ jobs: if: always() runs-on: ubuntu-latest steps: - - if: needs.playwright.result != 'skipped' && needs.playwright.result != 'success' - run: exit 1 - - uses: actions/checkout@v4 if: inputs.skip != true with: @@ -204,3 +201,6 @@ jobs: name: html-report path: playwright-report retention-days: 14 + + - if: needs.playwright.result != 'skipped' && needs.playwright.result != 'success' + run: exit 1