fix(ci): include browser network in sandbox test fixture

This commit is contained in:
Peter Steinberger 2026-02-21 13:05:51 +00:00
parent 7a27e2648a
commit 21bb46d304
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ function buildConfig(enableNoVnc: boolean): SandboxConfig {
enabled: true,
image: "openclaw-sandbox-browser:bookworm-slim",
containerPrefix: "openclaw-sbx-browser-",
network: "openclaw-sandbox-browser",
cdpPort: 9222,
vncPort: 5900,
noVncPort: 6080,