ci: raise extension boundary compile concurrency

This commit is contained in:
Vincent Koc
2026-04-15 10:52:25 +01:00
parent f6eb671d62
commit 7bb670c0bc

View File

@@ -888,6 +888,8 @@ jobs:
- name: Run extension package boundary TypeScript check
id: extension_package_boundary_tsc
continue-on-error: true
env:
OPENCLAW_EXTENSION_BOUNDARY_CONCURRENCY: 4
run: pnpm run test:extensions:package-boundary
- name: Enforce safe external URL opening policy