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.
This commit is contained in:
Andrey Lushnikov 2021-05-03 16:52:54 -07:00 committed by GitHub
parent 653d483ba8
commit 4cd5673cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}
@ -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 }}
@ -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