test(installer): cover rocky cli installs

This commit is contained in:
Vincent Koc
2026-05-26 00:53:29 +02:00
parent da831e2b8a
commit fe3374789f
2 changed files with 12 additions and 0 deletions

View File

@@ -285,6 +285,9 @@ describe("bun global install smoke", () => {
expect(workflow).toContain("OPENCLAW_INSTALL_CLI_URL: file:///tmp/openclaw-install-cli.sh");
expect(workflow).toContain('OPENCLAW_INSTALL_SMOKE_SKIP_CLI: "0"');
expect(workflow).toContain("Run Rocky Linux installer smoke");
expect(workflow).toContain("Run Rocky Linux CLI installer smoke");
expect(workflow).toContain("scripts/install-cli.sh:/tmp/install-cli.sh:ro");
expect(workflow).toContain("bash /tmp/install-cli.sh --prefix /tmp/openclaw-cli");
expect(workflow).toContain("rockylinux:9@sha256:");
expect(workflow).toContain("pnpm-workspace.yaml");
expect(workflow).toContain("workspace.patchedDependencies");