fix(release): repair full validation gates

This commit is contained in:
Peter Steinberger
2026-05-09 15:13:39 +01:00
parent 877e257269
commit 16f3350b84
6 changed files with 32 additions and 38 deletions

View File

@@ -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");