Skip to content

Virtual Input

Virtual Input #2127

Triggered via pull request May 10, 2024 20:03
Status Failure
Total duration 6m 56s
Artifacts

tests_ci.yml

on: pull_request
Linting
1m 7s
Linting
Package Unit Tests
1m 54s
Package Unit Tests
Field CRUD Tests PostgreSQL
1m 34s
Field CRUD Tests PostgreSQL
Field CRUD Tests SQLite
1m 26s
Field CRUD Tests SQLite
Field CRUD Tests MySQL
1m 29s
Field CRUD Tests MySQL
Testing example project
4m 19s
Testing example project
Ensure Next in App directory builds
4m 56s
Ensure Next in App directory builds
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Linting: packages/cloudinary/src/views/index.tsx#L73
Property 'listKey' is missing in type '{ path: string; label: string; description: string | null; graphqlSelection: string; defaultValue: { kind: "empty"; }; deserialize(item: any): { kind: "empty"; data?: undefined; } | { kind: "from-server"; data: any; }; validate(value: CloudinaryImageValue): boolean; serialize(value: CloudinaryImageValue): { ...; } |...' but required in type 'CloudinaryImageController'.
Linting: packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/id-field-view.tsx#L37
Property 'listKey' is missing in type '{ path: string; label: string; description: string | null; graphqlSelection: string; defaultValue: undefined; deserialize: () => void; serialize: () => {}; filter: { Filter(props: { type: string; value: string; onChange(value: string): void; autoFocus?: boolean | undefined; }): Element; graphql: ({ type, value }: { ...' but required in type 'FieldController<void, string>'.
Linting: packages/fields-document/src/structure-views.tsx#L73
Type '{ path: string; label: string; description: string | null; graphqlSelection: string; schema: any; defaultValue: { kind: "create"; value: any; }; validate: (value: { kind: "update" | "create"; value: unknown; }) => boolean; deserialize: (data: any) => { ...; }; serialize: (value: { ...; }) => { ...; }; }' is not assignable to type 'FieldController<{ kind: "update" | "create"; value: unknown; }> & { schema: ComponentSchemaForGraphQL; }'.
Linting: packages/fields-document/src/views.tsx#L172
Type '{ path: string; label: string; description: string | null; graphqlSelection: string; componentBlocks: any; documentFeatures: DocumentFeatures; relationships: Relationships; defaultValue: { ...; }[]; deserialize: (data: any) => Descendant[]; serialize: (value: Descendant[]) => { ...; }; validate(value: Descendant[]):...' is not assignable to type 'FieldController<Descendant[]> & { componentBlocks: Record<string, ComponentBlock>; relationships: Relationships; documentFeatures: DocumentFeatures; }'.
Linting
Process completed with exit code 2.