ci: add docker existing-session mcp smoke

This commit is contained in:
Vincent Koc
2026-03-14 16:11:26 -07:00
parent 6aee522008
commit 7e6dfddaf8
2 changed files with 210 additions and 0 deletions

View File

@@ -81,6 +81,24 @@ jobs:
run: |
docker run --rm --entrypoint sh openclaw-ext-smoke:local -lc 'which openclaw && openclaw --version'
- name: Build browser MCP smoke image
uses: useblacksmith/build-push-action@v2
with:
context: .
file: ./Dockerfile
build-args: |
OPENCLAW_INSTALL_BROWSER=1
tags: openclaw-browser-mcp-smoke:local
load: true
push: false
provenance: false
- name: Run browser existing-session MCP docker smoke
env:
OPENCLAW_BROWSER_SMOKE_IMAGE: openclaw-browser-mcp-smoke:local
OPENCLAW_BROWSER_SMOKE_SKIP_IMAGE_BUILD: "1"
run: bash scripts/test-browser-existing-session-docker.sh
- name: Build installer smoke image
uses: useblacksmith/build-push-action@v2
with: