Skip to content

Backend Release PR

Backend Release PR #24

Manually triggered July 14, 2025 20:16
Status Failure
Total duration 48s
Artifacts

backend-release-pr.yml

on: workflow_dispatch
releaseIt
43s
releaseIt
Fit to window
Zoom out
Zoom in

Annotations

2 errors
releaseIt
Process completed with exit code 1.
tests/unit/db/index.test.ts > Database Service (db/index.ts) > initializePluginDatabases > should initialize plugins with database extensions: services/backend/tests/unit/db/index.test.ts#L448
AssertionError: expected "spy" to be called with arguments: [ …(2) ] Received: 1st spy call: @@ -13,7 +13,22 @@ "run": [Function spy], "select": [Function spy], "transaction": [Function spy], "update": [Function spy], }, - Any<Object>, + { + "authKey": { + "tableName": "authKey", + }, + "authSession": { + "tableName": "authSession", + }, + "authUser": { + "tableName": "authUser", + }, + "pluginTableDefinitions": {}, + "roles": { + "tableName": "roles", + }, + }, + undefined, ] Number of calls: 1 ❯ tests/unit/db/index.test.ts:448:68