Skip to content

Commit 7986818

Browse files
committed
fix(ci): pass CI=true to Alpine Docker container for musl E2E
The snap test runner passes CI through to subprocesses, and vp commands may behave differently in CI mode.
1 parent 7084d5f commit 7986818

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ jobs:
650650
- name: Run E2E in Alpine container
651651
run: |
652652
docker run --rm \
653+
-e CI=true \
653654
-v "${{ github.workspace }}:/workspace" \
654655
-w /workspace \
655656
node:22-alpine3.21 sh -c "

0 commit comments

Comments
 (0)