Skip to content

fix #878

fix #878 #1073

Re-run triggered November 20, 2024 14:21
Status Failure
Total duration 1m 10s
Artifacts

ci.yaml

on: pull_request
test_web
59s
test_web
test_helm-chart
6s
test_helm-chart
prepare_release
0s
prepare_release
publish_web_docker_image
0s
publish_web_docker_image
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test_web
Type '{ type: "group"; helmValuesPath: string[]; description: undefined; nodes: { type: "field"; title: string; isReadonly: false; fieldType: "text field"; helmValuesPath: string[]; description: undefined; doRenderAsTextArea: false; isSensitive: false; pattern: undefined; value: string; }[]; canAdd: false; canRemove: fals...' is not assignable to type 'FormFieldGroup | FormField'.
test_web
Type '{ type: "group"; helmValuesPath: string[]; description: undefined; nodes: { type: "field"; fieldType: "range slider"; highEndRange: { description: undefined; helmValuesPath: string[]; isReadonly: false; max: number; min: number; rangeEndSemantic: string; value: number; }; lowEndRange: { ...; }; step: undefined; unit...' is not assignable to type 'FormFieldGroup | FormField'.
test_web
Argument of type '{ type: "group"; helmValuesPath: string[]; description: { __brand: string; }; canAdd: { __brand: string; }; canRemove: { __brand: string; }; nodes: FormField.RangeSlider[]; }' is not assignable to parameter of type '{ type: "group" | { __brand: string; }; helmValuesPath: (string | number)[] | { __brand: string; }; description: string | { __brand: string; } | undefined; title: string | { __brand: string; } | undefined; nodes: (FormFieldGroup | FormField)[] | { ...; }; canAdd: boolean | { ...; }; canRemove: boolean | { ...; }; }'.
test_web
Process completed with exit code 2.