mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Try yarn concurrently
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -206,7 +206,7 @@ jobs:
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: Compile and Download
|
||||
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".
|
||||
run: yarn concurrently --max_old_space_size=4095 --names "compile,electron,playwright,builtin-extensions" "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"
|
||||
|
||||
- name: Run Unit Tests (Electron)
|
||||
run: DISPLAY=:10 ./scripts/test.sh
|
||||
|
||||
Reference in New Issue
Block a user