ci: make package acceptance legacy-safe

This commit is contained in:
Peter Steinberger
2026-04-27 05:45:27 +01:00
parent 6987132aed
commit 748daa4857
9 changed files with 64 additions and 15 deletions

View File

@@ -60,6 +60,13 @@ describe("docker build helper", () => {
);
});
it("keeps package acceptance plugin coverage offline-capable", () => {
const scenarios = readFileSync(DOCKER_E2E_SCENARIOS_PATH, "utf8");
expect(scenarios).toContain('"plugins-offline"');
expect(scenarios).toContain("OPENCLAW_PLUGINS_E2E_CLAWHUB=0");
});
it("passes installer tag env to bash, not curl", () => {
const runner = readFileSync(INSTALL_E2E_RUNNER_PATH, "utf8");