mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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:
parent
653d483ba8
commit
4cd5673cc7
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user