test: align release helper script contracts

This commit is contained in:
Tideclaw 2026-06-22 06:09:33 +00:00
parent cdd6e11b64
commit e68a2ac006
2 changed files with 2 additions and 1 deletions

View file

@ -55,7 +55,7 @@ describe("plugin SDK surface report", () => {
});
expect(result.status).toBe(1);
expect(result.stderr).toContain("public callable exports 5174 > 5173");
expect(result.stderr).toContain("public callable exports 5184 > 5173");
});
it("rejects deprecated export growth by public entrypoint", () => {

View file

@ -41,6 +41,7 @@ function runResolver(remote: string, args: string[]) {
encoding: "utf8",
env: {
...process.env,
GITHUB_OUTPUT: "",
OPENCLAW_REF_REMOTE: remote,
},
});