Fix typo in ci.yml

This commit is contained in:
Daniel Imms
2023-08-22 07:32:51 -07:00
committed by GitHub
parent 94ab56542f
commit 43a3251bee
+2 -2
View File
@@ -73,7 +73,7 @@ jobs:
- name: Lint API
run: yarn lint-api
unit-test-parallel:
test-unit-parallel:
timeout-minutes: 20
strategy:
matrix:
@@ -110,7 +110,7 @@ jobs:
- name: Unit tests
run: yarn test-unit --forbid-only
unit-test:
test-unit:
needs: build
timeout-minutes: 20
strategy: