mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-06 04:11:39 +00:00
fix(release): align beta 6 e2e fixtures
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user