pass GEMINI_MODEL and OPENCODE_MODEL through root test workflow
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
pullfrog[bot]
parent
0e1f1ccbb7
commit
002f550e56
+1
-1
@@ -111,7 +111,7 @@ describe("ci workflow consistency", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("env vars cover all agent API keys", () => {
|
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", () => {
|
it("fail-fast is enabled in both", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user