Skip to content

Dump resources, especially checks, for debugging #998

Dump resources, especially checks, for debugging

Dump resources, especially checks, for debugging #998

Triggered via pull request June 4, 2024 18:52
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build
Process completed with exit code 1.
typecheck: src/schema.test.ts#L20
Argument of type '{ isEarlyExit: true; attemptLimits: number; waitList: never[]; skipList: never[]; initialDuration: Temporal.Duration; leastInterval: Temporal.Duration; retryMethod: "equal_intervals"; shouldSkipSameWorkflow: false; isDryRun: false; }' is not assignable to parameter of type 'Readonly<{ waitList: readonly Readonly<{ workflowFile: string; optional: boolean; startupGracePeriod: Duration; jobName?: string | undefined; eventName?: string | undefined; }>[]; ... 8 more ...; isDryRun: boolean; }>'.
typecheck: src/schema.test.ts#L36
Argument of type '{ waitList: { workflowFile: string; optional: false; startupGracePeriod: Temporal.Duration; }[]; isEarlyExit: true; attemptLimits: 1000; skipList: never[]; initialDuration: Temporal.Duration; leastInterval: Temporal.Duration; retryMethod: "equal_intervals"; shouldSkipSameWorkflow: false; isDryRun: false; }' is not assignable to parameter of type 'Readonly<{ waitList: readonly Readonly<{ workflowFile: string; optional: boolean; startupGracePeriod: Duration; jobName?: string | undefined; eventName?: string | undefined; }>[]; ... 8 more ...; isDryRun: boolean; }>'.
typecheck: src/schema.test.ts#L121
Argument of type '{ waitList: { workflowFile: string; optional: false; startupGracePeriod: Temporal.Duration; }[]; isEarlyExit: true; attemptLimits: 1000; skipList: never[]; initialDuration: Temporal.Duration; leastInterval: Temporal.Duration; retryMethod: "equal_intervals"; shouldSkipSameWorkflow: false; isDryRun: false; }' is not assignable to parameter of type 'Readonly<{ waitList: readonly Readonly<{ workflowFile: string; optional: boolean; startupGracePeriod: Duration; jobName?: string | undefined; eventName?: string | undefined; }>[]; ... 8 more ...; isDryRun: boolean; }>'.
typecheck: src/schema.test.ts#L169
Argument of type '{ waitList: { workflowFile: string; optional: false; startupGracePeriod: Temporal.Duration; }[]; isEarlyExit: true; attemptLimits: 1000; skipList: never[]; initialDuration: Temporal.Duration; leastInterval: Temporal.Duration; retryMethod: "equal_intervals"; shouldSkipSameWorkflow: false; isDryRun: false; }' is not assignable to parameter of type 'Readonly<{ waitList: readonly Readonly<{ workflowFile: string; optional: boolean; startupGracePeriod: Duration; jobName?: string | undefined; eventName?: string | undefined; }>[]; ... 8 more ...; isDryRun: boolean; }>'.
typecheck: src/schema.test.ts#L202
Argument of type '{ initialDuration: Temporal.Duration; waitList: { workflowFile: string; optional: false; startupGracePeriod: Temporal.Duration; }[]; isEarlyExit: true; attemptLimits: 1000; ... 4 more ...; isDryRun: false; }' is not assignable to parameter of type 'Readonly<{ waitList: readonly Readonly<{ workflowFile: string; optional: boolean; startupGracePeriod: Duration; jobName?: string | undefined; eventName?: string | undefined; }>[]; ... 8 more ...; isDryRun: boolean; }>'.
typecheck: src/schema.test.ts#L219
Argument of type '{ initialDuration: Temporal.Duration; waitList: { workflowFile: string; optional: false; startupGracePeriod: Temporal.Duration; }[]; isEarlyExit: true; attemptLimits: 1000; ... 4 more ...; isDryRun: false; }' is not assignable to parameter of type 'Readonly<{ waitList: readonly Readonly<{ workflowFile: string; optional: boolean; startupGracePeriod: Duration; jobName?: string | undefined; eventName?: string | undefined; }>[]; ... 8 more ...; isDryRun: boolean; }>'.
typecheck
Process completed with exit code 1.
test
Process completed with exit code 1.