diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 025455a1afb..b5fe086de05 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -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