From 2cdf1e122c9cbeddd03858df8a3293b732994610 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 20 May 2021 15:47:22 -0700 Subject: [PATCH] chore: add more logging while installing browsers (#6688) --- .github/workflows/tests_primary.yml | 2 ++ .github/workflows/tests_secondary.yml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index 5df4805566..e54d9b1708 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -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 diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index d4e88d53a9..a7d75ec332 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -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