Skip to content

Commit 4cd5673

Browse files
authored
chore: add debugging information on bots to trace unzipping (#6395)
We occasionally stuble upon unzipping error: "end of central directory record signature not found" that's coming from the underlying unzip library. This tracing should help us investigate what's going on here.
1 parent 653d483 commit 4cd5673

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
with:
5959
node-version: 12
6060
- run: npm ci
61+
env:
62+
DEBUG=extract-zip
6163
- run: npm run build
6264
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
6365
- run: npm run test -- --tag=${{ matrix.browser }}
@@ -85,6 +87,8 @@ jobs:
8587
with:
8688
node-version: 12
8789
- run: npm ci
90+
env:
91+
DEBUG=extract-zip
8892
- run: npm run build
8993
- run: node lib/cli/cli install-deps
9094
- run: npm run test -- --tag=${{ matrix.browser }}
@@ -113,6 +117,8 @@ jobs:
113117
with:
114118
node-version: ${{ matrix.node_version }}
115119
- run: npm ci
120+
env:
121+
DEBUG=extract-zip
116122
- run: npm run build
117123
- run: node lib/cli/cli install-deps
118124
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash packages/installation-tests/installation-tests.sh

0 commit comments

Comments
 (0)