mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:10:52 +00:00
ci(docker): use resolved pnpm for scheduled lanes
(cherry picked from commit 61a539a1b7)
This commit is contained in:
@@ -44,5 +44,7 @@ describe("docker build helper", () => {
|
||||
expect(scheduler).toContain("env.npm_execpath ? path.dirname(env.npm_execpath)");
|
||||
expect(scheduler).toContain("path.dirname(process.execPath)");
|
||||
expect(scheduler).toContain("env.PATH = [...new Set(pathEntries)].join(path.delimiter)");
|
||||
expect(scheduler).toContain("withResolvedPnpmCommand");
|
||||
expect(scheduler).toContain("OPENCLAW_DOCKER_ALL_PNPM_COMMAND");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user