💄 CI names

This commit is contained in:
Benjamin Pasero
2021-11-23 15:50:13 +01:00
parent 2c458e1ccd
commit 23d5cb019d
4 changed files with 6 additions and 6 deletions

View File

@@ -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