feat(jetbrains): Adds a JetBrains Toolbox integration module #375
ci.yaml
on: pull_request
Check for typos and unformatted code
20s
Validate Terraform output
2m 35s
Validate README files
19s
Annotations
4 errors
Validate README files
Process completed with exit code 1.
|
Validate Terraform output
Process completed with exit code 1.
|
error: expect(received).toContain(expected):
registry/coder/modules/jetbrains/main.test.ts#L995
Expected to contain: "jetbrains://gateway/com.coder.toolbox"
Received: "jetbrains://gateway/coder?&workspace=default&owner=default&folder=/home/coder&url=https://mydeployment.coder.com&token=$SESSION_TOKEN&ide_product_code=GO&ide_build_number=251.26927.50"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/jetbrains/main.test.ts:995:49)
|
error: expect(received).toContain(expected):
registry/coder/modules/jetbrains/main.test.ts#L295
Expected to contain: "jetbrains://gateway/com.coder.toolbox"
Received: "jetbrains://gateway/coder?&workspace=default&owner=default&folder=/custom/project/path&url=https://mydeployment.coder.com&token=$SESSION_TOKEN&ide_product_code=GO&ide_build_number=251.26927.50"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/jetbrains/main.test.ts:295:19)
|