mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Tweak combined step
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -206,12 +206,7 @@ jobs:
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: Compile & Download
|
||||
run: |
|
||||
yarn compile &
|
||||
yarn electron x64 &
|
||||
node ./node_modules/playwright/install.js &
|
||||
yarn download-builtin-extensions
|
||||
wait
|
||||
run: yarn compile & yarn electron x64 & node ./node_modules/playwright/install.js & yarn download-builtin-extensions; echo Compile & Download finished.
|
||||
|
||||
- name: Run Unit Tests (Electron)
|
||||
run: DISPLAY=:10 ./scripts/test.sh
|
||||
|
||||
Reference in New Issue
Block a user