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 }}