Skip to content

Commit 68035da

Browse files
author
Janne Rönkkö
committed
Fix durations output file path
1 parent 8fdbbae commit 68035da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
194194
cat e2e-test-durations.json
195195
196-
docker cp e2e-test-durations.json cypress:/e2e/e2e-test-durations.json
196+
docker cp e2e-test-durations.json cypress:/e2e/cypress/e2e-test-durations.json
197197
198198
- name: Run the tests
199199
shell: bash
@@ -204,8 +204,8 @@ jobs:
204204
-e JORE4_CYPRESS_GENERATE_CTRF_REPORT=true \
205205
-e SPLIT="${{ strategy.job-total }}" \
206206
-e SPLIT_INDEX="${{ strategy.job-index }}" \
207-
-e SPLIT_FILE=e2e-test-durations.json \
208-
-e SPLIT_OUTPUT_FILE=e2e-test-durations.out.json \
207+
-e SPLIT_FILE=/e2e/cypress/e2e-test-durations.json \
208+
-e SPLIT_OUTPUT_FILE=/e2e/cypress/e2e-test-durations.out.json \
209209
cypress /e2e/cypress/run_cypress_in_4K_xvfb.sh
210210
211211
- name: Copy test durations
@@ -216,7 +216,7 @@ jobs:
216216
docker exec cypress ls -lh /e2e/cypress
217217
docker exec cypress pwd
218218
219-
docker cp cypress:/e2e/e2e-test-durations.out.json ${{ github.workspace }}/durations.out.json
219+
docker cp cypress:/e2e/cypress/e2e-test-durations.out.json ${{ github.workspace }}/durations.out.json
220220
221221
- name: Upload test durations
222222
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)