test: position prerelease liveish check · openclaw/openclaw@14cd819
shakkernerd
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -72,7 +72,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
72 | 72 | |
73 | 73 | expect(plan.dockerLanes).not.toContain("openai-web-search-minimal"); |
74 | 74 | expect(plan.dockerLanes.some((lane) => lane.startsWith("live-"))).toBe(false); |
75 | | -expect(plan.staticChecks).toContainEqual({ |
| 75 | +expect(plan.staticChecks[2]).toEqual({ |
76 | 76 | check: "live-ish-availability", |
77 | 77 | checkName: "checks-plugin-prerelease-live-ish-availability", |
78 | 78 | command: "node scripts/plugin-prerelease-liveish-matrix.mjs", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。