devops: remove PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD env var (#35473)

This commit is contained in:
Max Schmitt 2025-04-03 11:18:11 +01:00 committed by GitHub
parent 482e929df7
commit 01ea1cafdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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