ci: throttle telegram extension-fast tests · openclaw/openclaw@b22bf36
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1344,7 +1344,12 @@ jobs:
|
1344 | 1344 | - name: Run changed extension tests |
1345 | 1345 | env: |
1346 | 1346 | OPENCLAW_CHANGED_EXTENSION: ${{ matrix.extension }} |
1347 | | -run: pnpm test:extension "$OPENCLAW_CHANGED_EXTENSION" |
| 1347 | +run: | |
| 1348 | + set -euo pipefail |
| 1349 | + if [ "$OPENCLAW_CHANGED_EXTENSION" = "telegram" ]; then |
| 1350 | + export OPENCLAW_VITEST_MAX_WORKERS=1 |
| 1351 | + fi |
| 1352 | + pnpm test:extension "$OPENCLAW_CHANGED_EXTENSION" |
1348 | 1353 | |
1349 | 1354 | # Types, lint, and format check shards. |
1350 | 1355 | check-shard: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。