test(ci): update installer sync workflow assertion

This commit is contained in:
Peter Steinberger
2026-05-15 07:30:08 +01:00
parent 2e2da1f2b9
commit 65aa6c8a77

View File

@@ -42,7 +42,9 @@ describe("website installer sync workflow", () => {
it("syncs verified scripts to openclaw.ai only after all installer checks pass", () => {
expect(workflow).toContain("needs: [static, linux-docker, macos-installer, windows-installer]");
expect(workflow).toContain("repository: openclaw/openclaw.ai");
expect(workflow).toContain("token: ${{ secrets.OPENCLAW_GH_TOKEN }}");
expect(workflow).toContain("OPENCLAW_GH_TOKEN: ${{ secrets.OPENCLAW_GH_TOKEN }}");
expect(workflow).toContain("OPENCLAW_GH_TOKEN is not configured");
expect(workflow).toContain("token: ${{ env.OPENCLAW_GH_TOKEN }}");
expect(workflow).toContain("cp openclaw/scripts/install.sh openclaw.ai/public/install.sh");
expect(workflow).toContain(
"cp openclaw/scripts/install-cli.sh openclaw.ai/public/install-cli.sh",