From 04bb7bd3bc032d4bc04c5a0399ebc28a0b56c950 Mon Sep 17 00:00:00 2001 From: Josh Long Date: Mon, 16 Sep 2024 10:07:47 -0400 Subject: [PATCH] ref: fix unit test workflow command --- .github/workflows/unit-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 3ab6e7649..ba2819946 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -26,7 +26,6 @@ jobs: cache-dependency-path: ${{ github.workspace }}/yarn.lock - name: Check SHA uses: nrwl/nx-set-shas@v3 - id: sha with: main-branch-name: 'master' - name: Install Dependencies @@ -34,4 +33,4 @@ jobs: - name: Build run: yarn build:dev - name: Run Unit tests - run: yarn test:ci \ No newline at end of file + run: yarn test:unit \ No newline at end of file