From e8c126eaf2c37965bb0f55ecead0bed88775988c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 1 Jun 2026 15:12:27 +0100 Subject: [PATCH] fix(ci): use QA runtime build for release checks --- .github/workflows/openclaw-release-checks.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/openclaw-release-checks.yml b/.github/workflows/openclaw-release-checks.yml index 17461917ab0a..4e02edc7a020 100644 --- a/.github/workflows/openclaw-release-checks.yml +++ b/.github/workflows/openclaw-release-checks.yml @@ -798,7 +798,7 @@ jobs: - name: Build private QA runtime env: NODE_OPTIONS: --max-old-space-size=8192 - run: pnpm build + run: node scripts/build-all.mjs qaRuntime - name: Run parity lane env: @@ -876,7 +876,7 @@ jobs: - name: Build private QA runtime env: NODE_OPTIONS: --max-old-space-size=8192 - run: pnpm build + run: node scripts/build-all.mjs qaRuntime - name: Generate parity report run: | @@ -934,7 +934,7 @@ jobs: - name: Build private QA runtime env: NODE_OPTIONS: --max-old-space-size=8192 - run: pnpm build + run: node scripts/build-all.mjs qaRuntime - name: Run runtime parity lane id: runtime_parity_lane @@ -1101,7 +1101,7 @@ jobs: - name: Build private QA runtime env: NODE_OPTIONS: --max-old-space-size=8192 - run: pnpm build + run: node scripts/build-all.mjs qaRuntime - name: Run Matrix live lane id: run_lane @@ -1199,7 +1199,7 @@ jobs: - name: Build private QA runtime env: NODE_OPTIONS: --max-old-space-size=8192 - run: pnpm build + run: node scripts/build-all.mjs qaRuntime - name: Run Telegram live lane id: run_lane @@ -1295,7 +1295,7 @@ jobs: - name: Build private QA runtime env: NODE_OPTIONS: --max-old-space-size=8192 - run: pnpm build + run: node scripts/build-all.mjs qaRuntime - name: Run Discord live lane id: run_lane @@ -1393,7 +1393,7 @@ jobs: - name: Build private QA runtime env: NODE_OPTIONS: --max-old-space-size=8192 - run: pnpm build + run: node scripts/build-all.mjs qaRuntime - name: Run WhatsApp live lane id: run_lane @@ -1488,7 +1488,7 @@ jobs: - name: Build private QA runtime env: NODE_OPTIONS: --max-old-space-size=8192 - run: pnpm build + run: node scripts/build-all.mjs qaRuntime - name: Run Slack live lane id: run_lane