mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
💄 CI names
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
run: .\resources\server\test\test-web-integration.bat --browser firefox
|
||||
|
||||
- name: Run Remote Integration Tests (Electron)
|
||||
- name: Run Integration Tests (Remote)
|
||||
timeout-minutes: 10
|
||||
run: .\resources\server\test\test-remote-integration.bat
|
||||
|
||||
@@ -162,7 +162,7 @@ jobs:
|
||||
id: browser-integration-tests
|
||||
run: DISPLAY=:10 ./resources/server/test/test-web-integration.sh --browser chromium
|
||||
|
||||
- name: Run Remote Integration Tests (Electron)
|
||||
- name: Run Integration Tests (Remote)
|
||||
id: electron-remote-integration-tests
|
||||
timeout-minutes: 7
|
||||
run: DISPLAY=:10 ./resources/server/test/test-remote-integration.sh
|
||||
@@ -234,7 +234,7 @@ jobs:
|
||||
- name: Run Integration Tests (Browser)
|
||||
run: DISPLAY=:10 ./resources/server/test/test-web-integration.sh --browser webkit
|
||||
|
||||
- name: Run Remote Integration Tests (Electron)
|
||||
- name: Run Integration Tests (Remote)
|
||||
timeout-minutes: 7
|
||||
run: DISPLAY=:10 ./resources/server/test/test-remote-integration.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user