Skip to content

feat: send invoice email notifications #277

feat: send invoice email notifications

feat: send invoice email notifications #277

Triggered via pull request November 8, 2023 15:40
Status Failure
Total duration 1m 11s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 4 warnings
Unit tests
Process completed with exit code 1.
Typecheck
Argument of type '{ port: number; adminToken: string; postgresUrl: string; publicUrl: string; dataPath: string; gotenbergUrl: string; jwtSecret: string; }' is not assignable to parameter of type '{ port: number; publicUrl: string; postgresUrl: string; adminToken: string; jwtSecret: string; gotenbergUrl: string; dataPath: string; mail: { host: string | undefined; port: number; from: string | undefined; secure: boolean; requireTLS: boolean; username: string | undefined; password: string | undefined; }; }'.
Typecheck
Argument of type '{ port: number; adminToken: string; postgresUrl: string; publicUrl: string; dataPath: string; gotenbergUrl: string; jwtSecret: string; }' is not assignable to parameter of type '{ port: number; publicUrl: string; postgresUrl: string; adminToken: string; jwtSecret: string; gotenbergUrl: string; dataPath: string; mail: { host: string | undefined; port: number; from: string | undefined; secure: boolean; requireTLS: boolean; username: string | undefined; password: string | undefined; }; }'.
Typecheck
Argument of type '{ port: number; adminToken: string; postgresUrl: string; publicUrl: string; dataPath: string; gotenbergUrl: string; jwtSecret: string; }' is not assignable to parameter of type '{ port: number; publicUrl: string; postgresUrl: string; adminToken: string; jwtSecret: string; gotenbergUrl: string; dataPath: string; mail: { host: string | undefined; port: number; from: string | undefined; secure: boolean; requireTLS: boolean; username: string | undefined; password: string | undefined; }; }'.
Typecheck
Argument of type '{ port: number; adminToken: string; postgresUrl: string; publicUrl: string; dataPath: string; gotenbergUrl: string; jwtSecret: string; }' is not assignable to parameter of type '{ port: number; publicUrl: string; postgresUrl: string; adminToken: string; jwtSecret: string; gotenbergUrl: string; dataPath: string; mail: { host: string | undefined; port: number; from: string | undefined; secure: boolean; requireTLS: boolean; username: string | undefined; password: string | undefined; }; }'.
Typecheck
Argument of type '{ port: number; adminToken: string; postgresUrl: string; publicUrl: string; dataPath: string; gotenbergUrl: string; jwtSecret: string; }' is not assignable to parameter of type '{ port: number; publicUrl: string; postgresUrl: string; adminToken: string; jwtSecret: string; gotenbergUrl: string; dataPath: string; mail: { host: string | undefined; port: number; from: string | undefined; secure: boolean; requireTLS: boolean; username: string | undefined; password: string | undefined; }; }'.
Typecheck
Argument of type '{ port: number; adminToken: string; postgresUrl: string; publicUrl: string; dataPath: string; gotenbergUrl: string; jwtSecret: string; }' is not assignable to parameter of type '{ port: number; publicUrl: string; postgresUrl: string; adminToken: string; jwtSecret: string; gotenbergUrl: string; dataPath: string; mail: { host: string | undefined; port: number; from: string | undefined; secure: boolean; requireTLS: boolean; username: string | undefined; password: string | undefined; }; }'.
Typecheck
Process completed with exit code 1.
Lint
Process completed with exit code 1.
Unit tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/