Skip to content

Implements GetComponents #463

Implements GetComponents

Implements GetComponents #463

Re-run triggered March 22, 2024 22:20
Status Failure
Total duration 1m 1s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Test: internal/storage/archetype_test.go#L20
cannot use ca (variable of type *MockComponentType[struct{}]) as type component.IComponentType in array or slice literal:
Test: internal/storage/archetype_test.go#L20
cannot use cb (variable of type *MockComponentType[struct{}]) as type component.IComponentType in array or slice literal:
Test: internal/storage/archetype_test.go#L33
cannot use ca (variable of type *MockComponentType[struct{}]) as type component.IComponentType in array or slice literal:
Test: internal/storage/archetype_test.go#L33
cannot use cb (variable of type *MockComponentType[struct{}]) as type component.IComponentType in array or slice literal:
Test: internal/storage/components_test.go#L27
cannot use ca (variable of type *MockComponentType[ComponentData]) as type component.IComponentType in array or slice literal:
Test: internal/storage/components_test.go#L33
cannot use ca (variable of type *MockComponentType[ComponentData]) as type component.IComponentType in array or slice literal:
Test: internal/storage/components_test.go#L33
cannot use cb (variable of type *MockComponentType[ComponentData]) as type component.IComponentType in array or slice literal:
Test: internal/storage/components_test.go#L56
cannot use ca (variable of type *MockComponentType[ComponentData]) as type component.IComponentType in argument to components.Storage:
Test: internal/storage/index_test.go#L19
cannot use ca (variable of type *MockComponentType[struct{}]) as type component.IComponentType in array or slice literal:
Test: internal/storage/index_test.go#L20
cannot use ca (variable of type *MockComponentType[struct{}]) as type component.IComponentType in array or slice literal:
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/