We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f34d0 commit 1c9cda3Copy full SHA for 1c9cda3
1 file changed
.github/workflows/shared-run-e2e.yml
@@ -187,8 +187,7 @@ jobs:
187
if: always()
188
shell: bash
189
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
+ docker cp cypress:/e2e/cypress/ctrf/ctrf-report.json ${{ github.workspace }}/ctrf-report.json
192
193
- name: Upload test reports as an artifact
194
# Should be run especially when tests fail
@@ -245,4 +244,4 @@ jobs:
245
244
failed-report: true
246
flaky-report: true
247
skipped-report: true
248
- test-report: true
+ test-report: false
0 commit comments