misc(ci/cd): Create initial Treaty Test for Elysia #4
Annotations
2 errors and 3 warnings
ZodError: [:
node_modules/zod/lib/index.mjs#L164
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"DOMAIN"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"DATABASE_URL"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"GOOGLE_CLIENT_ID"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"GOOGLE_CLIENT_SECRET"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"GITHUB_CLIENT_ID"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"GITHUB_CLIENT_SECRET"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"LINKEDIN_CLIENT_ID"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"LINKEDIN_CLIENT_SECRET"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"TELEGRAM_CHAT_ID"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"PASSWORD_PEPPER"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"CLOUDINARY_CLOUD_NAME"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"CLOUDINARY_API_KEY"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"CLOUDINARY_API_SECRET"
],
"message": "Required"
}
]
at new ZodError (/home/runner/work/xyzuan.v2.be/xyzuan.v2.be/node_modules/zod/lib/index.mjs:164:9)
at error (/home/runner/work/xyzuan.v2.be/xyzuan.v2.be/node_modules/zod/lib/index.mjs:587:31)
at parse (/home/runner/work/xyzuan.v2.be/xyzuan.v2.be/node_modules/zod/lib/index.mjs:692:15)
at env (/home/runner/work/xyzuan.v2.be/xyzuan.v2.be/src/libs/env.ts:26:33)
at _use (/home/runner/work/xyzuan.v2.be/xyzuan.v2.be/node_modules/elysia/src/index.ts:3261:21)
at baseElysia (/home/runner/work/xyzuan.v2.be/xyzuan.v2.be/src/libs/elysia.ts:11:25)
at /home/runner/work/xyzuan.v2.be/xyzuan.v2.be/src/index.ts:6:20
|
test
Process completed with exit code 1.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|