mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
fix(release): stabilize beta validation and completion (#114396)
* test(release): fix rebased validation gates * test(migrate-hermes): use canonical auth store fixture * test(secrets): reset runtime state before migration isolation * test(secrets): reload singleton graph for migration isolation * test(secrets): isolate auth migration state * fix(release): return completed validation run * docs: refresh docs map after forward-port
This commit is contained in:
committed by
GitHub
parent
d4ed57bc88
commit
3c67fcc45d
@@ -152,6 +152,7 @@ describe("full-release-validation-at-sha", () => {
|
||||
const source = readFileSync("scripts/full-release-validation-at-sha.mjs", "utf8");
|
||||
expect(source).toContain("actions/runs/${parentRunId}");
|
||||
expect(source).toContain("workflowRun.head_sha !== workflowSha");
|
||||
expect(source).toContain("return suite;");
|
||||
expect(source).not.toContain('"graphql"');
|
||||
expect(source).not.toContain('["run", "watch"');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user