Github actions testing #17
Annotations
3 errors
|
src/lib/server/profile.test.ts:
src/lib/server/auth.ts#L16
TypeError: Invalid URL
❯ parse node_modules/pg-connection-string/index.js:29:14
❯ new ConnectionParameters node_modules/pg/lib/connection-parameters.js:56:42
❯ new Client node_modules/pg/lib/client.js:18:33
❯ src/lib/server/auth.ts:16:16
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_URL', input: '***undefined:undefined/default', base: 'postgres://base' }
|
|
src/lib/server/user.test.ts:
src/lib/server/auth.ts#L16
TypeError: Invalid URL
❯ parse node_modules/pg-connection-string/index.js:29:14
❯ new ConnectionParameters node_modules/pg/lib/connection-parameters.js:56:42
❯ new Client node_modules/pg/lib/client.js:18:33
❯ src/lib/server/auth.ts:16:16
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_URL', input: '***undefined:undefined/default', base: 'postgres://base' }
|
|
Unit-Test-Actions
Process completed with exit code 2.
|