From dbc401c855a0972b0aa0f8501429c3b4533e16e7 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 5 Jul 2023 17:44:12 +0200 Subject: [PATCH] see where we are --- .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 73677e78f..f17754724 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -54,7 +54,7 @@ jobs: - name: End-to-end tests | run tests id: e2e-tests - run: yarn run cypress run + run: pwd && yarn run cypress run - name: End-to-end tests | if tests failed, upload report if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}