Skip to content

Implement notifications release file #1170

Implement notifications release file

Implement notifications release file #1170

Triggered via pull request May 21, 2025 16:18
Status Failure
Total duration 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test
Process completed with exit code 2.
test: src/tasks/buildAndUpload/getFileValidationTask.ts#L8
Module '"@dappnode/schemas"' has no exported member 'validateNotificationsSchema'.
test: src/tasks/buildAndUpload/getFileCopyTask.ts#L114
Type '"notifications"' is not comparable to type '"manifest" | "compose" | "signature" | "avatar" | "setupWizard" | "setupSchema" | "setupTarget" | "setupUiJson" | "disclaimer" | "gettingStarted" | "prometheusTargets" | "grafanaDashboards"'.
test: src/files/notifications/readNotificationsIfExists.ts#L12
Property 'notifications' does not exist on type 'Readonly<{ readonly manifest: Readonly<{ regex: RegExp; format: FileFormat.YAML; maxSize: 100000; required: true; multiple: false; }>; readonly compose: Readonly<{ regex: RegExp; format: FileFormat.YAML; maxSize: 10000; required: true; multiple: false; }>; ... 9 more ...; readonly grafanaDashboards: Readonly<...>; }>'.
test: src/files/notifications/readNotificationsIfExists.ts#L6
Module '"@dappnode/types"' has no exported member 'NotificationsConfig'.