Avoid installing playwright (#152335)

This commit is contained in:
Alexandru Dima
2022-06-16 16:42:28 +02:00
committed by GitHub
parent 49ef85f3a5
commit 0547fdbe65

View File

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