ci: run install smoke on manual dispatch

This commit is contained in:
Peter Steinberger
2026-04-23 20:40:14 +01:00
parent 5930292524
commit 72b0e3d033
2 changed files with 9 additions and 2 deletions

View File

@@ -118,5 +118,7 @@ describe("bun global install smoke", () => {
expect(workflow).toContain(
"OPENCLAW_BUN_GLOBAL_SMOKE_DIST_IMAGE: openclaw-dockerfile-smoke:local",
);
expect(workflow).toContain("OPENCLAW_CI_FORCE_INSTALL_SMOKE");
expect(workflow).toContain('if [ "$force_install_smoke" = "true" ]; then');
});
});