From 44ac68fb35db2be802875308b3af27c13b2dea73 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 11 Jul 2023 20:41:38 +0200 Subject: [PATCH] update github e2e workflow file to reporting related changes --- .github/workflows/test-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index d85a265f1..30845ee16 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -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