fix: cap windows vitest workers in ci

main
Peter Steinberger 2026-01-27 15:51:21 +00:00
parent 3817e0ce2c
commit 889882f339
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ jobs:
runs-on: blacksmith-4vcpu-windows-2025 runs-on: blacksmith-4vcpu-windows-2025
env: env:
NODE_OPTIONS: --max-old-space-size=4096 NODE_OPTIONS: --max-old-space-size=4096
CLAWDBOT_TEST_WORKERS: 1
defaults: defaults:
run: run:
shell: bash shell: bash