Avoid respawning

This commit is contained in:
Alexandru Dima
2020-12-11 22:51:33 +01:00
parent ba16f865b2
commit 73c050511b

View File

@@ -206,7 +206,7 @@ jobs:
run: yarn --frozen-lockfile
- name: Compile and Download
run: yarn compile & yarn electron x64 & node ./node_modules/playwright/install.js & yarn download-builtin-extensions; echo "Compile and Download finished".
run: node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile & yarn electron x64 & node ./node_modules/playwright/install.js & yarn download-builtin-extensions; echo "Compile and Download finished".
- name: Run Unit Tests (Electron)
run: DISPLAY=:10 ./scripts/test.sh