ci(release): exclude codex app-server integration from plugin prerelease · openclaw/openclaw@a3cd90f
steipete
·
2026-05-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -341,10 +341,10 @@ jobs:
|
341 | 341 | - name: Run extension shard |
342 | 342 | env: |
343 | 343 | NODE_OPTIONS: --max-old-space-size=8192 |
344 | | -OPENCLAW_EXTENSION_BATCH_PARALLEL: 1 |
| 344 | +OPENCLAW_EXTENSION_BATCH_PARALLEL: 2 |
345 | 345 | OPENCLAW_VITEST_MAX_WORKERS: 1 |
346 | 346 | OPENCLAW_EXTENSION_BATCH: ${{ matrix.extensions_csv }} |
347 | | -run: pnpm test:extensions:batch "$OPENCLAW_EXTENSION_BATCH" |
| 347 | +run: pnpm test:extensions:batch "$OPENCLAW_EXTENSION_BATCH" -- --exclude extensions/codex/src/app-server/run-attempt.test.ts |
348 | 348 | |
349 | 349 | plugin-prerelease-inspector: |
350 | 350 | permissions: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。