test: align compatibility guard expectations · openclaw/openclaw@379c43c
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -156,6 +156,9 @@ describe("package artifact reuse", () => {
|
156 | 156 | expect(workflow).toContain( |
157 | 157 | "artifact_name: ${{ needs.prepare_release_package.outputs.artifact_name }}", |
158 | 158 | ); |
| 159 | +expect(workflow).toContain( |
| 160 | +"package_sha256: ${{ needs.prepare_release_package.outputs.package_sha256 }}", |
| 161 | +); |
159 | 162 | expect(workflow).toContain("suite_profile: custom"); |
160 | 163 | expect(workflow).toContain("docker_lanes: bundled-channel-deps-compat plugins-offline"); |
161 | 164 | expect(workflow).toContain("telegram_mode: mock-openai"); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。