From 002f550e56760c0da2290edd7b854688456c6cb2 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sat, 14 Feb 2026 02:37:58 +0000 Subject: [PATCH] pass GEMINI_MODEL and OPENCODE_MODEL through root test workflow Co-authored-by: Cursor --- test/ci.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci.test.ts b/test/ci.test.ts index ce31af6..1852715 100644 --- a/test/ci.test.ts +++ b/test/ci.test.ts @@ -111,7 +111,7 @@ describe("ci workflow consistency", () => { }); it("env vars cover all agent API keys", () => { - expect(getEnvVarNames(rootJob)).toEqual(expectedAgentEnvVars); + expect(getEnvVarNames(rootJob)).toEqual(expect.arrayContaining(expectedAgentEnvVars)); }); it("fail-fast is enabled in both", () => {