Avoid downloading builtin extensions (#152339)

This commit is contained in:
Alexandru Dima 2022-06-16 17:15:49 +02:00 committed by GitHub
parent 8fa5722aad
commit 5a43663aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" download-builtin-extensions
run: yarn npm-run-all --max_old_space_size=4095 -lp compile "electron x64"
- name: Run Unit Tests
id: electron-unit-tests