From a3cd90fb5a4b16338fe6b3e20732758c341cede0 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 26 May 2026 07:36:36 +0100 Subject: [PATCH] ci(release): exclude codex app-server integration from plugin prerelease --- .github/workflows/plugin-prerelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-prerelease.yml b/.github/workflows/plugin-prerelease.yml index 2b0a8507bdeb..179e70b5defd 100644 --- a/.github/workflows/plugin-prerelease.yml +++ b/.github/workflows/plugin-prerelease.yml @@ -341,10 +341,10 @@ jobs: - name: Run extension shard env: NODE_OPTIONS: --max-old-space-size=8192 - OPENCLAW_EXTENSION_BATCH_PARALLEL: 1 + OPENCLAW_EXTENSION_BATCH_PARALLEL: 2 OPENCLAW_VITEST_MAX_WORKERS: 1 OPENCLAW_EXTENSION_BATCH: ${{ matrix.extensions_csv }} - run: pnpm test:extensions:batch "$OPENCLAW_EXTENSION_BATCH" + run: pnpm test:extensions:batch "$OPENCLAW_EXTENSION_BATCH" -- --exclude extensions/codex/src/app-server/run-attempt.test.ts plugin-prerelease-inspector: permissions: