Skip to content

Commit

Permalink
chore: add debugging information on bots to trace unzipping (#6395)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aslushnikov committed May 3, 2021
1 parent 653d483 commit 4cd5673
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -58,6 +58,8 @@ jobs:
with:
node-version: 12
- run: npm ci
env:
DEBUG=extract-zip
- run: npm run build
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
- run: npm run test -- --tag=${{ matrix.browser }}
Expand Down Expand Up @@ -85,6 +87,8 @@ jobs:
with:
node-version: 12
- run: npm ci
env:
DEBUG=extract-zip
- run: npm run build
- run: node lib/cli/cli install-deps
- run: npm run test -- --tag=${{ matrix.browser }}
Expand Down Expand Up @@ -113,6 +117,8 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- run: npm ci
env:
DEBUG=extract-zip
- run: npm run build
- run: node lib/cli/cli install-deps
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash packages/installation-tests/installation-tests.sh
Expand Down

0 comments on commit 4cd5673

Please sign in to comment.