mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
No need to compile browser integration tests (#152061)
This commit is contained in:
3
.github/workflows/basic.yml
vendored
3
.github/workflows/basic.yml
vendored
@@ -64,9 +64,6 @@ jobs:
|
||||
- name: Compile and Download
|
||||
run: yarn npm-run-all --max_old_space_size=4095 -lp compile "electron x64" playwright-install download-builtin-extensions
|
||||
|
||||
- name: Compile Integration Tests
|
||||
run: yarn --cwd test/integration/browser compile
|
||||
|
||||
- name: Run Unit Tests
|
||||
id: electron-unit-tests
|
||||
run: DISPLAY=:10 ./scripts/test.sh
|
||||
|
||||
Reference in New Issue
Block a user