Skip to content

Commit c72a8ad

Browse files
author
Janne Rönkkö
committed
fixup
1 parent 863f950 commit c72a8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)