mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
integration tests: colorization test are run 6 times (#230380)
* integration tests: colorization test are run 6 times * adding missing --
This commit is contained in:
committed by
GitHub
parent
2b30a40013
commit
f8e51fe82d
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
||||
run: npm run test-node
|
||||
|
||||
- name: Run Unit Tests (Browser, Chromium)
|
||||
run: npm run test-browser-no-install --browser chromium
|
||||
run: npm run test-browser-no-install -- --browser chromium
|
||||
|
||||
- name: Run Integration Tests (Electron)
|
||||
run: .\scripts\test-integration.bat
|
||||
@@ -162,7 +162,7 @@ jobs:
|
||||
|
||||
- name: Run Unit Tests (Browser, Chromium)
|
||||
id: browser-unit-tests
|
||||
run: DISPLAY=:10 npm run test-browser-no-install --browser chromium
|
||||
run: DISPLAY=:10 npm run test-browser-no-install -- --browser chromium
|
||||
|
||||
- name: Run Integration Tests (Electron)
|
||||
id: electron-integration-tests
|
||||
@@ -238,7 +238,7 @@ jobs:
|
||||
run: npm run test-node
|
||||
|
||||
- name: Run Unit Tests (Browser, Chromium)
|
||||
run: DISPLAY=:10 npm run test-browser-no-install --browser chromium
|
||||
run: DISPLAY=:10 npm run test-browser-no-install -- --browser chromium
|
||||
|
||||
- name: Run Integration Tests (Electron)
|
||||
run: DISPLAY=:10 ./scripts/test-integration.sh
|
||||
|
||||
Reference in New Issue
Block a user