mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
test: align release helper script contracts
This commit is contained in:
parent
cdd6e11b64
commit
e68a2ac006
2 changed files with 2 additions and 1 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ function runResolver(remote: string, args: string[]) {
|
|||
encoding: "utf8",
|
||||
env: {
|
||||
...process.env,
|
||||
GITHUB_OUTPUT: "",
|
||||
OPENCLAW_REF_REMOTE: remote,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue