From e29ca3249ce1fcdabbc2d3ae7d0122321426bf35 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 5 Jul 2023 20:06:54 +0200 Subject: [PATCH] move e2e test htmlreport creation to failure step --- .github/workflows/test_e2e.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml index 79112da00..05917a66d 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -65,9 +65,6 @@ jobs: - name: End-to-end tests | if tests failed, upload report if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }} - run: | - cd e2e-tests/ - node create-cucumber-html-report.js uses: actions/upload-artifact@v3 with: name: cypress-report-PR-${{ github.event.number }}