fix(ci): 修复 Gitea Actions 测试卡死问题
- 移除 --coverage(CI 环境 ts-jest 覆盖率内存爆炸) - 添加 --forceExit --maxWorkers=2 --no-cache - 添加 NODE_OPTIONS=--max-old-space-size=4096 防 OOM
This commit is contained in:
@@ -34,7 +34,9 @@ jobs:
|
||||
continue-on-error: true
|
||||
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
run: npx jest --forceExit --maxWorkers=2 --no-cache
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user