Skip to content

Commit eeb91b5

Browse files
authored
fix: github action integration test error (#3671)
1 parent 579d3d5 commit eeb91b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test:rspack": "jest -w 1 builder-rspack && pnpm test:builder:rspack",
99
"test:builder:rspack": "cd e2e/builder && pnpm test:rspack",
1010
"test:doc": "cd integration && jest -w 1 --testMatch **/doc/**/*.test.ts",
11-
"test": "pnpm test --filter api-service-koa & jest -w 8",
11+
"test": "pnpm test --filter api-service-koa & jest",
1212
"test:ut": "node --conditions=jsnext:source -r btsm ./node_modules/jest/bin/jest.js -c jest-ut.config.js --maxWorkers=2",
1313
"cypress:test": "pnpm --parallel --filter '@cypress-test/*' run dev & cypress open",
1414
"prepare": "node node_modules/puppeteer/install.js",

0 commit comments

Comments
 (0)