Skip to content

Commit d0d0b08

Browse files
author
Janne Rönkkö
committed
fixup! Add E2E test reports to workflow run status page
1 parent 34f34d0 commit d0d0b08

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/shared-run-e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ jobs:
187187
if: always()
188188
shell: bash
189189
run: |
190-
docker exec cypress find /e2e -name ctrf-report.json
191-
docker cp cypress:/e2e/cypress/ctrf-report.json ${{ github.workspace }}/ctrf-report.json
190+
docker cp cypress:/e2e/cypress/ctrf-report.json ${{ github.workspace }}/ctrf/ctrf-report.json
192191
193192
- name: Upload test reports as an artifact
194193
# Should be run especially when tests fail

0 commit comments

Comments
 (0)