ci: add bun global install smoke

This commit is contained in:
Peter Steinberger
2026-04-23 20:26:46 +01:00
parent 6896692111
commit aad31817ef
4 changed files with 224 additions and 1 deletions

View File

@@ -192,9 +192,15 @@ jobs:
- name: Setup Node environment for local pack smoke
uses: ./.github/actions/setup-node-env
with:
install-bun: "false"
install-bun: "true"
install-deps: "true"
- name: Run Bun global install image-provider smoke
env:
OPENCLAW_BUN_GLOBAL_SMOKE_DIST_IMAGE: openclaw-dockerfile-smoke:local
OPENCLAW_BUN_GLOBAL_SMOKE_HOST_BUILD: "0"
run: bash scripts/e2e/bun-global-install-smoke.sh
- name: Run installer docker tests
env:
OPENCLAW_INSTALL_URL: https://openclaw.ai/install.sh