update github e2e workflow file to reporting related changes

This commit is contained in:
mahula 2023-07-11 20:41:38 +02:00
parent d65f87c1a8
commit 44ac68fb35

View File

@ -47,7 +47,7 @@ jobs:
- name: Full stack tests | if tests failed, compile html report
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}
run: |
cd e2e-tests/
cd cypress/
node create-cucumber-html-report.js
- name: End-to-end tests | if tests failed, upload report