Skip to content

TESv1.1 Support

TESv1.1 Support #161

Triggered via pull request September 27, 2023 19:45
@lbeckman314lbeckman314
synchronize #716
fix/lint
Status Failure
Total duration 3m 38s
Artifacts

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
build: database/mongodb/scheduler.go#L50
cannot use db (variable of type *MongoDB) as tes.ReadOnlyServer value in argument to scheduler.UpdateNode: *MongoDB does not implement tes.ReadOnlyServer (missing method GetTask)
build
Process completed with exit code 2.
unitTest: database/mongodb/scheduler.go#L50
cannot use db (variable of type *MongoDB) as tes.ReadOnlyServer value in argument to scheduler.UpdateNode: *MongoDB does not implement tes.ReadOnlyServer (missing method GetTask)
unitTest
Process completed with exit code 2.
lint: database/mongodb/scheduler.go#L50
cannot use db (variable of type *MongoDB) as tes.ReadOnlyServer value in argument to scheduler.UpdateNode: *MongoDB does not implement tes.ReadOnlyServer (missing method GetTask) (typecheck)
lint
issues found
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/
unitTest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/