Skip to content

Commit 1c9cda3

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 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/ctrf-report.json ${{ github.workspace }}/ctrf-report.json
192191
193192
- name: Upload test reports as an artifact
194193
# Should be run especially when tests fail
@@ -245,4 +244,4 @@ jobs:
245244
failed-report: true
246245
flaky-report: true
247246
skipped-report: true
248-
test-report: true
247+
test-report: false

0 commit comments

Comments
 (0)