mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:37:41 +00:00
fix(ci): include browser network in sandbox test fixture
This commit is contained in:
@@ -64,6 +64,7 @@ function buildConfig(enableNoVnc: boolean): SandboxConfig {
|
|||||||
enabled: true,
|
enabled: true,
|
||||||
image: "openclaw-sandbox-browser:bookworm-slim",
|
image: "openclaw-sandbox-browser:bookworm-slim",
|
||||||
containerPrefix: "openclaw-sbx-browser-",
|
containerPrefix: "openclaw-sbx-browser-",
|
||||||
|
network: "openclaw-sandbox-browser",
|
||||||
cdpPort: 9222,
|
cdpPort: 9222,
|
||||||
vncPort: 5900,
|
vncPort: 5900,
|
||||||
noVncPort: 6080,
|
noVncPort: 6080,
|
||||||
|
|||||||
Reference in New Issue
Block a user