chore: add more logging while installing browsers (#6688)

This commit is contained in:
Andrey Lushnikov 2021-05-20 15:47:22 -07:00 committed by GitHub
parent e4946b79e6
commit 2cdf1e122c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -32,6 +32,8 @@ jobs:
with:
node-version: 12
- run: npm ci
env:
DEBUG: pw:install
- run: npm run build
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR

View file

@ -33,6 +33,8 @@ jobs:
with:
node-version: 12
- run: npm ci
env:
DEBUG: pw:install
- run: npm run build
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
@ -140,6 +142,8 @@ jobs:
with:
node-version: 12
- run: npm ci
env:
DEBUG: pw:install
- run: npm run build
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
@ -167,6 +171,8 @@ jobs:
with:
node-version: 12
- run: npm ci
env:
DEBUG: pw:install
- run: npm run build
- run: node lib/cli/cli install-deps chromium
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
@ -193,6 +199,8 @@ jobs:
with:
node-version: 12
- run: npm ci
env:
DEBUG: pw:install
- run: npm run build
- run: node lib/cli/cli install-deps ${{ matrix.browser }} chromium
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
@ -219,6 +227,8 @@ jobs:
with:
node-version: 14
- run: npm ci
env:
DEBUG: pw:install
- run: npm run build
- run: node lib/cli/cli install-deps
- name: Create Android Emulator