mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:30:42 +00:00
test(ci): align docker scenario guard with sharded sweep
This commit is contained in:
@@ -92,7 +92,8 @@ describe("docker build helper", () => {
|
||||
const scenarios = readFileSync(DOCKER_E2E_SCENARIOS_PATH, "utf8");
|
||||
|
||||
expect(scenarios).toContain('"plugins-offline"');
|
||||
expect(scenarios).toContain('"bundled-plugin-install-uninstall"');
|
||||
expect(scenarios).toContain("`bundled-plugin-install-uninstall-${index}`");
|
||||
expect(scenarios).toContain("pnpm test:docker:bundled-plugin-install-uninstall");
|
||||
expect(scenarios).toContain("OPENCLAW_PLUGINS_E2E_CLAWHUB=0");
|
||||
expect(scenarios).toContain('"bundled-channel-deps-compat"');
|
||||
expect(scenarios).toContain("test:docker:bundled-channel-deps:fast");
|
||||
|
||||
Reference in New Issue
Block a user