mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Polish job names
This matches the npm script names closer
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Lint API
|
||||
run: yarn lint-api
|
||||
|
||||
unit-tests-fast:
|
||||
unit-test-parallel:
|
||||
timeout-minutes: 20
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
- name: Unit tests
|
||||
run: yarn test-unit --forbid-only
|
||||
|
||||
unit-tests:
|
||||
unit-test:
|
||||
needs: build
|
||||
timeout-minutes: 20
|
||||
strategy:
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
- name: Unit tests
|
||||
run: yarn test-unit --forbid-only
|
||||
|
||||
integration-tests-fast:
|
||||
test-api-parallel:
|
||||
timeout-minutes: 20
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -183,7 +183,7 @@ jobs:
|
||||
- name: Integration tests (${{ matrix.browser }})
|
||||
run: yarn test-api-${{ matrix.browser }} --headless --forbid-only
|
||||
|
||||
integration-tests:
|
||||
test-api:
|
||||
needs: build
|
||||
timeout-minutes: 20
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user