mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-17 11:50:48 +00:00
fix(release): repair full validation gates
This commit is contained in:
@@ -359,6 +359,8 @@ describe("package artifact reuse", () => {
|
||||
expect(workflow).toContain(
|
||||
"inputs.live_suite_filter == '' || inputs.live_suite_filter == matrix.suite_id",
|
||||
);
|
||||
expect(workflow).not.toContain("openai-ws-stream-live-e2e");
|
||||
expect(workflow).not.toContain("src/agents/openai-ws-stream.e2e.test.ts");
|
||||
expect(workflow).toContain("suite_id: live-gateway-advisory-docker-deepseek-fireworks");
|
||||
expect(workflow).toContain("suite_id: live-gateway-advisory-docker-opencode-openrouter");
|
||||
expect(workflow).toContain("suite_id: live-gateway-advisory-docker-xai-zai");
|
||||
|
||||
Reference in New Issue
Block a user