From 5d95b153702c285c28febd4f5a03090a21cd6ef5 Mon Sep 17 00:00:00 2001 From: ncpa0cpl <32438334+ncpa0cpl@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:50:44 +0100 Subject: [PATCH] ci: fix unit test command --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 786a213..25b8dad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: Test Unit uses: Borales/actions-yarn@v3.0.0 with: - cmd: test:jest + cmd: test:unit - name: Build uses: Borales/actions-yarn@v3.0.0 with: