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.
This commit is contained in:
雨霖铃
2026-01-21 23:30:39 +08:00
parent b6eeb74fed
commit 49aaab6e2c
+1 -1
View File
@@ -28,4 +28,4 @@ jobs:
cache: 'npm' cache: 'npm'
- run: npm install - run: npm install
- run: npm run build --if-present - run: npm run build --if-present
- run: npm test # - run: npm test