mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-16 18:34:18 +00:00
fix(ci): keep Docker patch smoke on pnpm workspace config
This commit is contained in:
@@ -207,6 +207,9 @@ describe("Dockerfile", () => {
|
||||
expect(dockerfile).not.toContain("pnpm_config_frozen_lockfile=false");
|
||||
expect(dockerfile).toContain(finalWorkspaceCopy);
|
||||
expect(dockerfile.indexOf(pruneProd)).toBeLessThan(dockerfile.indexOf(finalWorkspaceCopy));
|
||||
expect(dockerfile).toContain(
|
||||
"COPY --from=runtime-assets --chown=node:node /app/pnpm-workspace.yaml .",
|
||||
);
|
||||
expect(dockerfile).toContain(
|
||||
"COPY --from=runtime-assets --chown=node:node /app/patches ./patches",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user