fix(ci): stabilize full release validation

This commit is contained in:
Peter Steinberger
2026-04-28 23:54:38 +01:00
parent 490e6d6dc5
commit 955b4df093
14 changed files with 98 additions and 0 deletions

View File

@@ -18,5 +18,6 @@ describe("scripts/test-live-cli-backend-docker.sh", () => {
expect(forwardedVars).toContain("OPENCLAW_LIVE_CLI_BACKEND_ARGS");
expect(forwardedVars).toContain("OPENCLAW_LIVE_CLI_BACKEND_RESUME_ARGS");
expect(forwardedVars).toContain("OPENCLAW_TEST_CONSOLE");
});
});