From 43a3251beeb5e3534649f2ccffc965fd66124775 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Tue, 22 Aug 2023 07:32:51 -0700 Subject: [PATCH] Fix typo in ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 531103c5..cd465c01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: