From f4fa8e5828d861d920dbca5b2f887b0674258c05 Mon Sep 17 00:00:00 2001 From: suryarajendhran <32726562+suryarajendhran@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:57:02 +0530 Subject: [PATCH] fix: update ci test command --- .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 ec52b51..5d5bef4 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 + - run: npm test --workspaces --if-present