test(ci): update installer sync workflow assertion · openclaw/openclaw@65aa6c8
steipete
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -42,7 +42,9 @@ describe("website installer sync workflow", () => {
|
42 | 42 | it("syncs verified scripts to openclaw.ai only after all installer checks pass", () => { |
43 | 43 | expect(workflow).toContain("needs: [static, linux-docker, macos-installer, windows-installer]"); |
44 | 44 | expect(workflow).toContain("repository: openclaw/openclaw.ai"); |
45 | | -expect(workflow).toContain("token: ${{ secrets.OPENCLAW_GH_TOKEN }}"); |
| 45 | +expect(workflow).toContain("OPENCLAW_GH_TOKEN: ${{ secrets.OPENCLAW_GH_TOKEN }}"); |
| 46 | +expect(workflow).toContain("OPENCLAW_GH_TOKEN is not configured"); |
| 47 | +expect(workflow).toContain("token: ${{ env.OPENCLAW_GH_TOKEN }}"); |
46 | 48 | expect(workflow).toContain("cp openclaw/scripts/install.sh openclaw.ai/public/install.sh"); |
47 | 49 | expect(workflow).toContain( |
48 | 50 | "cp openclaw/scripts/install-cli.sh openclaw.ai/public/install-cli.sh", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。