ci: skip duplicate npm global install smoke

This commit is contained in:
Peter Steinberger
2026-04-23 21:42:59 +01:00
parent a5ea24757c
commit d9aacbd3f9
3 changed files with 3 additions and 0 deletions

View File

@@ -132,5 +132,6 @@ describe("bun global install smoke", () => {
expect(workflow).toContain("format('{0}-manual-{1}', github.workflow, github.run_id)");
expect(workflow).toContain("OPENCLAW_CI_FORCE_INSTALL_SMOKE");
expect(workflow).toContain('if [ "$force_install_smoke" = "true" ]; then');
expect(workflow).toContain('OPENCLAW_INSTALL_SMOKE_SKIP_NPM_GLOBAL: "1"');
});
});