CI: smoke test root Dockerfile openclaw CLI (#28308)

This commit is contained in:
Vincent Koc
2026-02-26 23:54:17 -05:00
committed by GitHub
parent f5adb66bbc
commit e8e673992a

View File

@@ -48,6 +48,11 @@ jobs:
- name: Install pnpm deps (minimal)
run: pnpm install --ignore-scripts --frozen-lockfile
- name: Run root Dockerfile CLI smoke
run: |
docker build -t openclaw-dockerfile-smoke:local -f Dockerfile .
docker run --rm --entrypoint sh openclaw-dockerfile-smoke:local -lc 'which openclaw && openclaw --version'
- name: Run installer docker tests
env:
CLAWDBOT_INSTALL_URL: https://openclaw.ai/install.sh