pass GEMINI_MODEL and OPENCODE_MODEL through root test workflow

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Colin McDonnell
2026-02-14 02:37:58 +00:00
committed by pullfrog[bot]
parent 0e1f1ccbb7
commit 002f550e56
+1 -1
View File
@@ -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", () => {