test: avoid positional CI check assertion · openclaw/openclaw@92b9cd2
steipete
·
2026-06-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -352,7 +352,11 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
352 | 352 | expect(manifestEnv).not.toHaveProperty("OPENCLAW_CI_FULL_RELEASE_VALIDATION"); |
353 | 353 | expect(manifestScript).toContain("includeReleaseOnlyPluginShards: false"); |
354 | 354 | expect(manifestScript).not.toContain("plugin-prerelease-test-plan.mjs"); |
355 | | -expect(workflow.jobs["check-shard"].strategy.matrix.include[3]).toEqual({ |
| 355 | +expect( |
| 356 | +workflow.jobs["check-shard"].strategy.matrix.include.find( |
| 357 | +(entry) => entry.check_name === "check-dependencies", |
| 358 | +), |
| 359 | +).toEqual({ |
356 | 360 | check_name: "check-dependencies", |
357 | 361 | task: "dependencies", |
358 | 362 | runner: "blacksmith-8vcpu-ubuntu-2404", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。