Skip to content

Commit 073ae7f

Browse files
author
Janne Rönkkö
committed
Debug npm install issue
1 parent c703aa5 commit 073ae7f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,13 @@ jobs:
328328
docker run \
329329
-i \
330330
--rm \
331-
-u $(stat -c %u:%g .)\
332-
-v $(pwd):$(pwd)\
333-
-w $(pwd)\
334-
node:24 \
335-
bash <<EOF
331+
-u $(stat -c %u:%g .) \
332+
-v $(pwd):$(pwd) \
333+
-w $(pwd) \
334+
node:24-alpine \
335+
sh <<EOF
336+
id
337+
ls -alh
336338
npm install cypress-split
337339
./node_modules/.bin/cypress-split-merge --parent-folder . --split-file durations.out.json --output timings.merged.json
338340
EOF

0 commit comments

Comments
 (0)