mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: remove PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD env var (#35473)
This commit is contained in:
parent
482e929df7
commit
01ea1cafdc
3
.github/actions/run-test/action.yml
vendored
3
.github/actions/run-test/action.yml
vendored
@ -41,9 +41,6 @@ runs:
|
|||||||
npm ci
|
npm ci
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
|
||||||
DEBUG: pw:install
|
|
||||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
|
|
||||||
- run: |
|
- run: |
|
||||||
echo "::group::npm run build"
|
echo "::group::npm run build"
|
||||||
npm run build
|
npm run build
|
||||||
|
2
.github/workflows/create_test_report.yml
vendored
2
.github/workflows/create_test_report.yml
vendored
@ -20,8 +20,6 @@ jobs:
|
|||||||
node-version: 18
|
node-version: 18
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
env:
|
env:
|
||||||
DEBUG: pw:install
|
|
||||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
|
||||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
|
2
.github/workflows/tests_bidi.yml
vendored
2
.github/workflows/tests_bidi.yml
vendored
@ -34,8 +34,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
env:
|
|
||||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
|
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npx playwright install --with-deps chromium
|
- run: npx playwright install --with-deps chromium
|
||||||
if: matrix.channel == 'bidi-chromium'
|
if: matrix.channel == 'bidi-chromium'
|
||||||
|
2
.github/workflows/tests_primary.yml
vendored
2
.github/workflows/tests_primary.yml
vendored
@ -135,8 +135,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
env:
|
|
||||||
DEBUG: pw:install
|
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
- run: npx playwright install --with-deps
|
- run: npx playwright install --with-deps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user