mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor: consolidate remaining coercion helpers (#122020)
This commit is contained in:
committed by
GitHub
parent
24bbb416b5
commit
cad77fb39c
@@ -619,6 +619,11 @@ jobs:
|
||||
runtime: "node",
|
||||
task: "max-lines-ratchet",
|
||||
},
|
||||
{
|
||||
check_name: "checks-fast-coercion-helpers",
|
||||
runtime: "node",
|
||||
task: "coercion-helpers",
|
||||
},
|
||||
]
|
||||
: [];
|
||||
if (runNodeFull) {
|
||||
@@ -1759,6 +1764,9 @@ jobs:
|
||||
ci-routing)
|
||||
pnpm test src/commands/status.scan-result.test.ts src/scripts/ci-changed-scope*.test.ts test/scripts/changed-lanes.test.ts test/scripts/ci-changed-node-test-plan.test.ts test/scripts/ci-run-node-test-shard.test.ts test/scripts/ci-workflow-guards.test.ts test/scripts/run-vitest.test.ts test/scripts/test-projects.test.ts
|
||||
;;
|
||||
coercion-helpers)
|
||||
pnpm check:coercion-helpers
|
||||
;;
|
||||
max-lines-ratchet)
|
||||
if ! has_package_script "check:max-lines-ratchet"; then
|
||||
echo "Current CI targets must provide check:max-lines-ratchet." >&2
|
||||
|
||||
Reference in New Issue
Block a user