From 6cf361a28a98e936adba7a0a5e0062e39cfd6fd3 Mon Sep 17 00:00:00 2001 From: izure Date: Fri, 29 Mar 2024 03:53:21 +0900 Subject: [PATCH] chore: Update GitHub workflow scripts --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3943355..fbc4b1a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,4 +28,4 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test -- unit.test.ts + - run: npm run test:unit