Aider module support agentAPI #1817
ci.yaml
on: pull_request
Check for typos and unformatted code
34s
Validate Terraform output
7m 5s
Validate README files
0s
Annotations
4 errors
|
Check for typos and unformatted code
Process completed with exit code 1.
|
|
Validate Terraform output
Process completed with exit code 1.
|
|
error: expect(received).toContain(expected):
registry/coder/modules/aider/main.test.ts#L171
Expected to contain: "Aider task prompt provided : this is a task prompt for Aider"
Received: "--------------------------------\nProvider: google\nModule: gemini\n--------------------------------\nAPI key provided !\nStarting in directory: /home/coder\nstarting server on port 3284\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/aider/main.test.ts:171:18)
|
|
error: expect(received).toBe(expected):
test/test.ts#L334
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/registry/registry/test/test.ts:334:25)
at async <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/aider/main.test.ts:148:24)
|