Skip to content

Add 'useCustomMailer' and 'sendExistingUserEmail' config options #343

Add 'useCustomMailer' and 'sendExistingUserEmail' config options

Add 'useCustomMailer' and 'sendExistingUserEmail' config options #343

Triggered via pull request July 5, 2024 09:45
Status Failure
Total duration 57s
Artifacts

ci-workflow.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test (16): test/mailer.spec.ts#L12
Property 'useCustomMailer' is missing in type '{ fromEmail: string; retryOnError: { maxRetries: number; initialBackoffSeconds: number; }; }' but required in type 'MailerConfig'.
test (16)
Process completed with exit code 1.
test (14)
The job was canceled because "_16" failed.
test (14): test/mailer.spec.ts#L12
Property 'useCustomMailer' is missing in type '{ fromEmail: string; retryOnError: { maxRetries: number; initialBackoffSeconds: number; }; }' but required in type 'MailerConfig'.
test (14)
The operation was canceled.
test (18)
The job was canceled because "_16" failed.
test (18): test/mailer.spec.ts#L12
Property 'useCustomMailer' is missing in type '{ fromEmail: string; retryOnError: { maxRetries: number; initialBackoffSeconds: number; }; }' but required in type 'MailerConfig'.
test (18)
Process completed with exit code 1.
test (16)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/