test: align full release dispatch assertion · openclaw/op...
steipete
·
2026-05-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -875,7 +875,9 @@ describe("package artifact reuse", () => {
|
875 | 875 | const dispatchStep = workflowStep(npmTelegramJob, "Dispatch and monitor npm Telegram E2E"); |
876 | 876 | |
877 | 877 | expect(workflow).toContain("CHILD_WORKFLOW_REF: ${{ github.ref_name }}"); |
878 | | -expect(workflow).toContain('gh workflow run "$workflow" --ref "$CHILD_WORKFLOW_REF" "$@"'); |
| 878 | +expect(workflow).toContain( |
| 879 | +'gh_with_retry workflow run "$workflow" --ref "$CHILD_WORKFLOW_REF" "$@"', |
| 880 | +); |
879 | 881 | expect(preparePackageJob.name).toBe("Prepare release package artifact"); |
880 | 882 | expect(preparePackageJob.needs).toEqual(["resolve_target", "docker_runtime_assets_preflight"]); |
881 | 883 | expect(preparePackageJob.if).toContain("inputs.rerun_group == 'all'"); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。