ci: fallback deadcode check for legacy targets · openclaw/openclaw@9881a80
steipete
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -192,6 +192,14 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
192 | 192 | expect(manifestEnv).not.toHaveProperty("OPENCLAW_CI_FULL_RELEASE_VALIDATION"); |
193 | 193 | expect(manifestScript).toContain("includeReleaseOnlyPluginShards: false"); |
194 | 194 | expect(manifestScript).not.toContain("plugin-prerelease-test-plan.mjs"); |
| 195 | +expect(workflow.jobs["check-shard"].strategy.matrix.include).toContainEqual({ |
| 196 | +check_name: "check-dependencies", |
| 197 | +task: "dependencies", |
| 198 | +runner: "ubuntu-24.04", |
| 199 | +}); |
| 200 | +expect( |
| 201 | +workflow.jobs["check-shard"].steps.find((step) => step.name === "Run check shard").run, |
| 202 | +).toContain("pnpm deadcode:ci"); |
195 | 203 | expect(normalCiScript).toContain( |
196 | 204 | 'dispatch_and_wait ci.yml -f target_ref="$TARGET_SHA" -f include_android=true', |
197 | 205 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。