Polish job names

This matches the npm script names closer
This commit is contained in:
Daniel Imms
2023-08-22 07:21:27 -07:00
parent ec4c018f73
commit 92f1881dfe
+4 -4
View File
@@ -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: