Aider module support agentAPI #1215
ci.yaml
on: pull_request
Check for typos and unformatted code
27s
Validate Terraform output
7m 15s
Validate README files
12s
Annotations
4 errors
|
Validate Terraform output
Process completed with exit code 1.
|
|
error: expect(received).toContain(expected):
registry/coder/modules/aider/main.test.ts#L162
Expected to contain: "Aider task prompt provided : this is a task prompt for Aider"
Received: "--------------------------------\nProvider: google\nModule: gemini\n--------------------------------\n/tmp/start.sh: line 14: ARG_API_KEY: unbound variable\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/aider/main.test.ts:162:18)
|
|
error: expect(received).toContain(expected):
registry/coder/modules/aider/main.test.ts#L94
Expected to contain: "API key provided !"
Received: "--------------------------------\nProvider: google\nModule: gemini\n--------------------------------\n/tmp/start.sh: line 14: ARG_API_KEY: unbound variable\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/aider/main.test.ts:94:18)
|
|
error: expect(received).toBe(expected):
registry/coder/modules/agentapi/test-util.ts#L115
Expected: 0
Received: 7
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/agentapi/test-util.ts:115:25)
|