mirror of https://github.com/openclaw/openclaw.git
fix(ci): include browser network in sandbox test fixture
This commit is contained in:
parent
7a27e2648a
commit
21bb46d304
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue