ci(docker): use resolved pnpm for scheduled lanes

(cherry picked from commit 61a539a1b7)
This commit is contained in:
Peter Steinberger
2026-04-26 22:54:17 +01:00
parent 43e651db9a
commit 54e77a9ec4
3 changed files with 32 additions and 1 deletions

View File

@@ -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");
});
});