mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 04:43:38 +00:00
test(installer): cover rocky cli installs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user