mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 10:05:19 +00:00
ci: keep installer smoke dependencies installed
This commit is contained in:
parent
d1ea58fdbf
commit
3caaba79bc
2 changed files with 5 additions and 4 deletions
|
|
@ -145,7 +145,9 @@ describe("bun global install smoke", () => {
|
|||
|
||||
expect(workflow).toContain("workflow_call:");
|
||||
expect(workflow).toContain("run_bun_global_install_smoke:");
|
||||
expect(workflow).toContain('install-bun: "true"');
|
||||
expect(workflow).toContain(
|
||||
"install-bun: ${{ needs.preflight.outputs.run_bun_global_install_smoke }}",
|
||||
);
|
||||
expect(workflow).toContain(
|
||||
"if: needs.preflight.outputs.run_bun_global_install_smoke == 'true'",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue