mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
fix(check): pass lock env to changed lint lanes
This commit is contained in:
@@ -98,6 +98,10 @@ describe("scripts/changed-lanes", () => {
|
||||
PATH: "/usr/bin",
|
||||
OPENCLAW_TSGO_SPARSE_SKIP: "1",
|
||||
});
|
||||
expect(plan.commands.find((command) => command.args[0] === "lint:core")?.env).toMatchObject({
|
||||
PATH: "/usr/bin",
|
||||
OPENCLAW_OXLINT_SKIP_LOCK: "1",
|
||||
});
|
||||
});
|
||||
|
||||
it("reenables local-check policy for changed typecheck commands", () => {
|
||||
|
||||
Reference in New Issue
Block a user