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