diff --git a/.github/actions/run-test/action.yml b/.github/actions/run-test/action.yml index c193515c45..3f458b8b62 100644 --- a/.github/actions/run-test/action.yml +++ b/.github/actions/run-test/action.yml @@ -41,9 +41,6 @@ runs: npm ci echo "::endgroup::" shell: bash - env: - DEBUG: pw:install - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1' - run: | echo "::group::npm run build" npm run build diff --git a/.github/workflows/create_test_report.yml b/.github/workflows/create_test_report.yml index 8393ef446a..6758556def 100644 --- a/.github/workflows/create_test_report.yml +++ b/.github/workflows/create_test_report.yml @@ -20,8 +20,6 @@ jobs: node-version: 18 - run: npm ci env: - DEBUG: pw:install - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 ELECTRON_SKIP_BINARY_DOWNLOAD: 1 - run: npm run build diff --git a/.github/workflows/tests_bidi.yml b/.github/workflows/tests_bidi.yml index f2e38765f7..b026dd58cf 100644 --- a/.github/workflows/tests_bidi.yml +++ b/.github/workflows/tests_bidi.yml @@ -34,8 +34,6 @@ jobs: with: node-version: 20 - run: npm ci - env: - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1' - run: npm run build - run: npx playwright install --with-deps chromium if: matrix.channel == 'bidi-chromium' diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index 9f692e67bb..cae05b22f3 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -135,8 +135,6 @@ jobs: with: node-version: 18 - run: npm ci - env: - DEBUG: pw:install - run: npm run build - run: npx playwright install --with-deps