feat: add archive module #1538
Triggered via pull request
September 16, 2025 16:22
Status
Failure
Total duration
6m 49s
Artifacts
–
ci.yaml
on: pull_request
Check for typos and unformatted code
33s
Validate Terraform output
6m 43s
Validate README files
0s
Annotations
8 errors and 1 warning
Check for typos and unformatted code
Process completed with exit code 2.
|
Validate Terraform output
Process completed with exit code 1.
|
error: expect(received).toBe(expected):
registry/coder/modules/archive/main.test.ts#L256
Expected: 1
Received: 0
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/archive/main.test.ts:256:27)
|
error: expect(received).toBe(expected):
registry/coder/modules/archive/main.test.ts#L227
Expected: 0
Received: 127
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/archive/main.test.ts:227:30)
|
error: expect(received).toBe(expected):
registry/coder/modules/archive/main.test.ts#L178
Expected: 0
Received: 127
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/archive/main.test.ts:178:26)
|
error: expect(received).toBe(expected):
registry/coder/modules/archive/main.test.ts#L146
Expected: 0
Received: 127
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/archive/main.test.ts:146:26)
|
error: expect(received).toBe(expected):
registry/coder/modules/archive/main.test.ts#L100
Expected: 0
Received: 127
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/archive/main.test.ts:100:26)
|
error: expect(received).toBe(expected):
registry/coder/modules/archive/main.test.ts#L65
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/archive/main.test.ts:65:29)
|
Check for typos and unformatted code:
./registry/coder/modules/archive/README.md#L3
"invokable" should be "invocable".
|