mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Avoid installing playwright (#152335)
This commit is contained in:
5
.github/workflows/basic.yml
vendored
5
.github/workflows/basic.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
run: yarn --frozen-lockfile --network-timeout 180000
|
||||
|
||||
- name: Compile and Download
|
||||
run: yarn npm-run-all --max_old_space_size=4095 -lp compile "electron x64" playwright-install download-builtin-extensions
|
||||
run: yarn npm-run-all --max_old_space_size=4095 -lp compile "electron x64" download-builtin-extensions
|
||||
|
||||
- name: Run Unit Tests
|
||||
id: electron-unit-tests
|
||||
@@ -114,9 +114,6 @@ jobs:
|
||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||
run: yarn --frozen-lockfile --network-timeout 180000
|
||||
|
||||
- name: Download Playwright
|
||||
run: yarn playwright-install
|
||||
|
||||
- name: Run Hygiene Checks
|
||||
run: yarn gulp hygiene
|
||||
|
||||
|
||||
Reference in New Issue
Block a user