mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: position prerelease liveish check
This commit is contained in:
@@ -72,7 +72,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
||||
|
||||
expect(plan.dockerLanes).not.toContain("openai-web-search-minimal");
|
||||
expect(plan.dockerLanes.some((lane) => lane.startsWith("live-"))).toBe(false);
|
||||
expect(plan.staticChecks).toContainEqual({
|
||||
expect(plan.staticChecks[2]).toEqual({
|
||||
check: "live-ish-availability",
|
||||
checkName: "checks-plugin-prerelease-live-ish-availability",
|
||||
command: "node scripts/plugin-prerelease-liveish-matrix.mjs",
|
||||
|
||||
Reference in New Issue
Block a user