Skip to content

Maryhipp/enqueue refactor #8255

Maryhipp/enqueue refactor

Maryhipp/enqueue refactor #8255

Triggered via pull request September 17, 2025 18:52
Status Failure
Total duration 1m 25s
Artifacts

frontend-checks.yml

on: pull_request
frontend-checks
1m 21s
frontend-checks
Fit to window
Zoom out
Zoom in

Annotations

5 errors
frontend-checks
Process completed with exit code 2.
frontend-checks
Type '{ error: Mock<Procedure>; }' is not assignable to type 'Logger<JsonObject>'.
frontend-checks
Type '{ error: Mock<Procedure>; }' is not assignable to type 'Logger<JsonObject>'.
frontend-checks
Type '{ error: Mock<Procedure>; }' is not assignable to type 'Logger<JsonObject>'.
frontend-checks
Conversion of type '{ batch_id: string; item_ids: string[]; }' to type '{ queue_id: string; enqueued: number; requested: number; batch: { batch_id?: string | undefined; origin?: string | null | undefined; destination?: string | null | undefined; data?: { node_path: string; field_name: string; items?: (string | ... 1 more ... | { ...; })[] | undefined; }[][] | null | undefined; graph: { ...' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.