Skip to content

fix(api): allow missing required variable when a brick is added + app validation #385

fix(api): allow missing required variable when a brick is added + app validation

fix(api): allow missing required variable when a brick is added + app validation #385

Triggered via pull request November 14, 2025 15:17
@dido18dido18
synchronize #74
fix-add-brick
Status Failure
Total duration 1m 40s
Artifacts

go-test.yml

on: pull_request
go-test-internal
1m 34s
go-test-internal
Matrix: go-test-pkg
Fit to window
Zoom out
Zoom in

Annotations

7 errors
go-test-internal
Process completed with exit code 201.
go-test-internal: internal/orchestrator/orchestrator.go#L464
cannot use err (variable of type []error) as error value in struct literal: []error does not implement error (missing method Error)
go-test-internal: internal/orchestrator/orchestrator.go#L462
cannot use getRunningApp(ctx, docker.Client()) (value of interface type error) as []error value in assignment
go-test-internal: internal/orchestrator/orchestrator.go#L458
cannot use err (variable of type []error) as error value in struct literal: []error does not implement error (missing method Error)
go-test-internal: internal/orchestrator/orchestrator.go#L133
cannot use err (variable of type []error) as error value in struct literal: []error does not implement error (missing method Error)
go-test-internal: internal/orchestrator/orchestrator.go#L131
cannot use getRunningApp(ctx, docker.Client()) (value of interface type error) as []error value in assignment
go-test-internal: internal/orchestrator/orchestrator.go#L127
cannot use err (variable of type []error) as error value in struct literal: []error does not implement error (missing method Error)