fix(ci): keep Docker patch smoke on pnpm workspace config · openclaw/openclaw@db4c72c
altaywtf
·
2026-05-12
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -215,6 +215,9 @@ describe("Dockerfile", () => {
|
215 | 215 | expect(dockerfile).not.toContain("pnpm_config_frozen_lockfile=false"); |
216 | 216 | expect(dockerfile).toContain(finalWorkspaceCopy); |
217 | 217 | expect(dockerfile.indexOf(pruneProd)).toBeLessThan(dockerfile.indexOf(finalWorkspaceCopy)); |
| 218 | +expect(dockerfile).toContain( |
| 219 | +"COPY --from=runtime-assets --chown=node:node /app/pnpm-workspace.yaml .", |
| 220 | +); |
218 | 221 | expect(dockerfile).toContain( |
219 | 222 | "COPY --from=runtime-assets --chown=node:node /app/patches ./patches", |
220 | 223 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。