Skip to content

Commit 52c321d

Browse files
author
Janne Rönkkö
committed
wip
1 parent e619a7f commit 52c321d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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/cypress/e2e-test-durations.json
196+
docker cp e2e-test-durations.json cypress:/e2e/e2e-test-durations.json
197197
198198
- name: Run the tests
199199
shell: bash
@@ -204,19 +204,19 @@ 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/cypress/e2e-test-durations.json \
208-
-e SPLIT_OUTPUT_FILE=/e2e/cypress/durations.out.json \
207+
-e SPLIT_FILE=e2e-test-durations.json \
208+
-e SPLIT_OUTPUT_FILE=e2e-test-durations.out.json \
209209
cypress /e2e/cypress/run_cypress_in_4K_xvfb.sh
210210
211211
- name: Copy test durations
212212
shell: bash
213213
run: |
214-
docker exec cypress find /e2e -name durations.out.json
215-
docker exec cypress ls -lh /e2e/cypress
214+
docker exec cypress find /e2e -name e2e-test-durations.out.json
216215
docker exec cypress ls -lh /e2e
216+
docker exec cypress ls -lh /e2e/cypress
217217
docker exec cypress pwd
218218
219-
docker cp cypress:/e2e/cypress/durations.out.json ${{ github.workspace }}/durations.out.json
219+
docker cp cypress:/e2e/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)