Skip to content

Commit 9b3e065

Browse files
author
Janne Rönkkö
committed
Fix merged durations file name and put node_modules outside bind volume
1 parent 854099c commit 9b3e065

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
@@ -329,11 +329,11 @@ jobs:
329329
-i \
330330
--rm \
331331
-v $(pwd):$(pwd) \
332-
-w $(pwd) \
332+
-w /tmp \
333333
node:24-alpine \
334334
sh <<EOF
335335
npm install cypress-split
336-
./node_modules/.bin/cypress-split-merge --parent-folder . --split-file durations.out.json --output timings.merged.json
336+
./node_modules/.bin/cypress-split-merge --parent-folder $(pwd) --split-file durations.out.json --output $(pwd)/e2e-test-durations.json
337337
EOF
338338
339339
- name: Check if timings have updates

0 commit comments

Comments
 (0)