From 49aaab6e2c3df2f370e8ab1a7b72858304643b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E9=9C=96=E9=93=83?= Date: Wed, 21 Jan 2026 23:30:39 +0800 Subject: [PATCH] Comment out automated test step in workflow Disables the test command in the CI pipeline, possibly to address failing tests, speed up builds, or troubleshoot issues with the testing environment. --- .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 754e285..0f7b8c0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,4 +28,4 @@ jobs: cache: 'npm' - run: npm install - run: npm run build --if-present - - run: npm test + # - run: npm test