File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,15 +205,15 @@ jobs:
205205 -e SPLIT="${{ strategy.job-total }}" \
206206 -e SPLIT_INDEX="${{ strategy.job-index }}" \
207207 -e SPLIT_FILE=/e2e/cypress/e2e-test-durations.json \
208- -e SPLIT_OUTPUT_FILE=durations.out.json \
208+ -e SPLIT_OUTPUT_FILE=/e2e/cypress/ durations.out.json \
209209 cypress /e2e/cypress/run_cypress_in_4K_xvfb.sh
210210
211211 - name : Copy test durations
212212 shell : bash
213213 run : |
214214 docker exec cypress find /e2e -name durations.out.json
215215
216- docker cp cypress:/e2e/durations.out.json ${{ github.workspace }}/durations.out.json
216+ docker cp cypress:/e2e/cypress/ durations.out.json ${{ github.workspace }}/durations.out.json
217217
218218 - name : Upload test durations
219219 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments