mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:50:42 +00:00
ci: isolate manual install smoke runs
This commit is contained in:
@@ -118,6 +118,7 @@ describe("bun global install smoke", () => {
|
||||
expect(workflow).toContain(
|
||||
"OPENCLAW_BUN_GLOBAL_SMOKE_DIST_IMAGE: openclaw-dockerfile-smoke:local",
|
||||
);
|
||||
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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user