We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7084d5f commit 7986818Copy full SHA for 7986818
1 file changed
.github/workflows/ci.yml
@@ -650,6 +650,7 @@ jobs:
650
- name: Run E2E in Alpine container
651
run: |
652
docker run --rm \
653
+ -e CI=true \
654
-v "${{ github.workspace }}:/workspace" \
655
-w /workspace \
656
node:22-alpine3.21 sh -c "
0 commit comments