feat: Sourcegraph Amp module #891
ci.yaml
on: pull_request
Check for typos and unformatted code
27s
Validate Terraform output
5m 48s
Validate README files
Annotations
5 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/harsh9485/modules/sourcegraph_amp/main.test.ts#L124
Expected to contain: "Error"
Received: "--------------------------------\nInstall flag: true\nWorkspace: /home/coder\n--------------------------------\n\\033[1m Installing Sourcegraph AMP CLI...\n\nadded 53 packages in 2s\n\n16 packages are looking for funding\n run `npm fund` for details\n/tmp/install.sh: line 63: SOURCEGRAPH_AMP_API_KEY: unbound variable\n"
at <anonymous> (/home/runner/work/registry/registry/registry/harsh9485/modules/sourcegraph_amp/main.test.ts:124:17)
|
error: expect(received).toContain(expected):
registry/harsh9485/modules/sourcegraph_amp/main.test.ts#L91
Expected to contain: "AMP version: AMP CLI mock version v1.0.0"
Received: "/tmp/start.sh: line 8: /home/coder/.nvm/nvm.sh: No such file or directory\n"
at <anonymous> (/home/runner/work/registry/registry/registry/harsh9485/modules/sourcegraph_amp/main.test.ts:91: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)
|