Skip to content

CI

CI #2293

Triggered via pull request review September 26, 2023 10:40
@JoviDeCroockJoviDeCroock
submitted 2da5e0a
Status Failure
Total duration 2m 11s
Artifacts

ci.yml

on: pull_request_review
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Checks: packages/core/src/utils/result.test.ts#L68
Argument of type '{ incremental: ({ id: string; data: { MyFragment: string; }; } | { id: string; subPath: string[]; data: { j: string; }; })[]; completed: { id: string; }[]; hasNext: false; }' is not assignable to parameter of type 'ExecutionResult'.
Checks: packages/core/src/utils/result.test.ts#L112
An object literal cannot have multiple properties with the same name.
Checks: packages/core/src/utils/result.test.ts#L121
Type '{ id: string; path: string[]; label: string; }' is not assignable to type '{ path: readonly (string | number)[]; id: string; }'.
Checks: packages/core/src/utils/result.test.ts#L133
Argument of type '{ incremental: { id: string; data: { l: string; m: string; }; }[]; completed: { id: string; }[]; hasNext: false; }' is not assignable to parameter of type 'ExecutionResult'.
Checks
Process completed with exit code 1.