Skip to content

Add attach logs to report mail #2069

Add attach logs to report mail

Add attach logs to report mail #2069

Re-run triggered October 27, 2023 10:07
Status Failure
Total duration 5m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Test: internal/reporter/reporter_test.go#L73
cannot use &mockMailer{} (value of type *mockMailer) as type Mailer in struct literal:
Test: internal/reporter/reporter_test.go#L91
impossible type assertion: rp.Mailer.(*mockMailer)
Test: internal/reporter/reporter_test.go#L107
impossible type assertion: rp.Mailer.(*mockMailer)
Test: internal/reporter/reporter_test.go#L121
impossible type assertion: rp.Mailer.(*mockMailer)
Test: internal/reporter/reporter_test.go#L193
impossible type assertion: rp.Mailer.(*mockMailer)
Test: internal/reporter/reporter_test.go#L222
cannot use (*mockMailer)(nil) (value of type *mockMailer) as type Mailer in variable declaration:
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/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/