Skip to content

feat(notifications): wire dispatcher + config, integration test #70

feat(notifications): wire dispatcher + config, integration test

feat(notifications): wire dispatcher + config, integration test #70

Triggered via push July 16, 2026 16:36
Status Failure
Total duration 32s
Artifacts

ci.yml

on: push
Typecheck, Test & Build
28s
Typecheck, Test & Build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Typecheck, Test & Build
Process completed with exit code 1.
server/lib/notifications/matcher.test.ts > matchBlock: server/lib/notifications/test-support.ts#L22
Error: mongod not found on PATH; set MONGOMS_SYSTEM_BINARY to its location ❯ resolveMongodBinary server/lib/notifications/test-support.ts:22:9 ❯ setupMemoryMongo server/lib/notifications/test-support.ts:28:29 ❯ server/lib/notifications/matcher.test.ts:48:11
server/lib/notifications/integration.test.ts > notifications end-to-end: server/lib/notifications/integration.test.ts#L32
TypeError: Cannot read properties of undefined (reading 'close') ❯ server/lib/notifications/integration.test.ts:32:49 ❯ server/lib/notifications/integration.test.ts:32:11
server/lib/notifications/integration.test.ts > notifications end-to-end: server/lib/notifications/test-support.ts#L22
Error: mongod not found on PATH; set MONGOMS_SYSTEM_BINARY to its location ❯ resolveMongodBinary server/lib/notifications/test-support.ts:22:9 ❯ setupMemoryMongo server/lib/notifications/test-support.ts:28:29 ❯ server/lib/notifications/integration.test.ts:23:11
server/routes/notifications.test.ts > notifications register route: server/routes/notifications.test.ts#L67
TypeError: Cannot read properties of undefined (reading 'close') ❯ server/routes/notifications.test.ts:67:49 ❯ server/routes/notifications.test.ts:67:11
server/routes/notifications.test.ts > notifications register route: server/lib/notifications/test-support.ts#L22
Error: mongod not found on PATH; set MONGOMS_SYSTEM_BINARY to its location ❯ resolveMongodBinary server/lib/notifications/test-support.ts:22:9 ❯ setupMemoryMongo server/lib/notifications/test-support.ts:28:29 ❯ server/routes/notifications.test.ts:57:11
Typecheck, Test & Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/