fix(release): align beta 6 e2e fixtures

This commit is contained in:
Vincent Koc
2026-07-31 23:44:40 +08:00
parent aa6e31d8e6
commit b3c1ba93ef
27 changed files with 337 additions and 299 deletions

View File

@@ -2409,6 +2409,14 @@ describe("ci workflow guards", () => {
const source = readFileSync(workflowPath, "utf8");
expect(source, workflowPath).not.toContain("build-all-cache-scope:");
}
const releaseChecks = parse(
readFileSync(".github/workflows/openclaw-live-and-e2e-checks-reusable.yml", "utf8"),
);
expect(releaseChecks.jobs.validate_repo_e2e.env).toMatchObject({
OPENCLAW_BUILD_PRIVATE_QA: "1",
OPENCLAW_ENABLE_PRIVATE_QA_CLI: "1",
});
});
it("persists Node 22 declarations through trusted bounded artifacts", () => {