Skip to content

Add attach logs to mail draft (#495) #2070

Add attach logs to mail draft (#495)

Add attach logs to mail draft (#495) #2070

Triggered via push October 27, 2023 10:23
Status Failure
Total duration 4m 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: push
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/