test(ci): guard install smoke docker cache removal · openclaw/openclaw@fa1b8a2
clawsweeper
·
2026-04-30
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -211,6 +211,8 @@ describe("bun global install smoke", () => {
|
211 | 211 | expect(workflow).toContain("timeout 45m docker buildx build"); |
212 | 212 | expect(workflow).toContain("--progress=plain"); |
213 | 213 | expect(workflow).toContain("--load"); |
| 214 | +expect(workflow).not.toContain("cache-from: type=gha,scope=openclaw-dockerfile-smoke"); |
| 215 | +expect(workflow).not.toContain("cache-to: type=gha,scope=openclaw-dockerfile-smoke"); |
214 | 216 | expect(workflow).toContain('OPENCLAW_INSTALL_SMOKE_SKIP_NPM_GLOBAL: "1"'); |
215 | 217 | expect(releaseChecks).toContain("install_smoke_release_checks:"); |
216 | 218 | expect(releaseChecks).toContain("uses: ./.github/workflows/install-smoke.yml"); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。