test(ci): align package artifact reuse assertion · openclaw/openclaw@dc5a85d
steipete
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -267,7 +267,6 @@ describe("package artifact reuse", () => {
|
267 | 267 | expect(workflow).toContain("include_release_path_suites: true"); |
268 | 268 | expect(workflow).toContain("uses: ./.github/workflows/package-acceptance.yml"); |
269 | 269 | expect(workflow).toContain("source: artifact"); |
270 | | -expect(workflow).toContain("artifact_run_id: ${{ github.run_id }}"); |
271 | 270 | expect(workflow).toContain( |
272 | 271 | "artifact_name: ${{ needs.prepare_release_package.outputs.artifact_name }}", |
273 | 272 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。