Skip to content

Implement notifications release file #1276

Implement notifications release file

Implement notifications release file #1276

Re-run triggered May 30, 2025 08:55
Status Failure
Total duration 42s
Artifacts

main.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
test (20)
Process completed with exit code 2.
test (20): src/types.ts#L6
Module '"@dappnode/types"' has no exported member 'NotificationsConfig'.
test (20): src/tasks/buildAndUpload/getFileValidationTask.ts#L8
Module '"@dappnode/schemas"' has no exported member 'validateNotificationsSchema'.
test (20): 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 (20): src/files/notifications/readNotificationsIfExists.ts#L61
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 (20): src/files/notifications/readNotificationsIfExists.ts#L6
Module '"@dappnode/types"' has no exported member 'NotificationsConfig'.