feat(jetbrains-fleet): add Fleet IDE module for JetBrains integration #360
ci.yaml
on: pull_request
Check for typos and unformatted code
21s
Validate Terraform output
2m 56s
Validate README files
12s
Annotations
4 errors
|
Validate Terraform output
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
registry/coder/modules/fleet-ide/main.test.ts#L48
Expected: "fleet://fleet.ssh/https://mydeployment.coder.com?forceNewHost=true"
Received: "fleet://fleet.ssh/https://mydeployment.coder.com"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/fleet-ide/main.test.ts:48:43)
|
|
error: expect(received).toBe(expected):
registry/coder/modules/fleet-ide/main.test.ts#L37
Expected: "fleet://fleet.ssh/https://mydeployment.coder.com?***"
Received: "fleet://fleet.ssh/https://mydeployment.coder.com?***"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/fleet-ide/main.test.ts:37:43)
|
|
error: expect(received).toBe(expected):
registry/coder/modules/fleet-ide/main.test.ts#L19
Expected: "fleet://fleet.ssh/https://mydeployment.coder.com?forceNewHost=true"
Received: "fleet://fleet.ssh/https://mydeployment.coder.com"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/fleet-ide/main.test.ts:19:43)
|