From 1c0133c675a32d27b61416870e98e16821625efe Mon Sep 17 00:00:00 2001 From: Nandul Lokitha Date: Mon, 10 Nov 2025 11:12:36 +0530 Subject: [PATCH] Remove npm test command from CI workflow Removed the npm test command from the workflow. --- .github/workflows/node.js.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2284b93..4dbd422 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,4 +28,3 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test