From 4229d53f7494295288e27d311ae8206f7459a4a1 Mon Sep 17 00:00:00 2001 From: jinoosss Date: Tue, 30 Jul 2024 18:11:54 +0900 Subject: [PATCH] chore: fix jest path in test action script --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e9ab70e..7a79333 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,4 +8,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup - - run: yarn test:ci + - run: ./node_modules/.bin/jest