Skip to content

[DX-5796][DX-5797] Support remote execution #84

[DX-5796][DX-5797] Support remote execution

[DX-5796][DX-5797] Support remote execution #84

Triggered via pull request March 13, 2024 17:37
@niedzielskiniedzielski
synchronize #7
remote-exe
Status Failure
Total duration 41s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test: src/runtime/bundle-store.ts#L10
Conversion of type 'RawClient<FromTsProtoServiceDefinition<{ name: "BundleService"; fullName: string; methods: { [methodName: string]: MethodDefinition & { options: {}; }; }; }>, {}>' to type 'BundleStore' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test: src/runtime/remote-app.ts#L57
Conversion of type 'RawClient<FromTsProtoServiceDefinition<{ name: "CustomPost"; fullName: string; methods: { [methodName: string]: MethodDefinition & { options: {}; }; }; }>, {}>' to type 'CustomPostNiceClient' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test: src/runtime/remote-app.ts#L58
Conversion of type 'RawClient<FromTsProtoServiceDefinition<{ name: "UIEventHandler"; fullName: string; methods: { [methodName: string]: MethodDefinition & { options: {}; }; }; }>, {}>' to type 'UIEventHandlerNiceClient' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test
Process completed with exit code 2.