Upgrade design system #2875
tests_ci.yml
on: pull_request
Linting
1m 8s
Linting
4m 42s
Package Unit Tests
1m 54s
Field CRUD Tests PostgreSQL
1m 42s
Field CRUD Tests SQLite
1m 24s
Field CRUD Tests MySQL
1m 22s
Testing example project
4m 23s
Ensure Next in App directory builds
4m 58s
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Annotations
48 errors
Linting:
packages/core/src/fields/types/relationship/views/ComboboxMany.tsx#L81
Type '{ label: string; id: string; data?: Record<string, any> | undefined; }' is not assignable to type '{ label: string; id: string; data: Record<string, any>; }'.
|
Linting:
packages/core/src/fields/types/relationship/views/ComboboxMany.tsx#L81
Type 'Record<string, any> | { ____id____: string; ____label____: string | null; } | undefined' is not assignable to type 'Record<string, any>'.
|
Linting:
packages/core/src/fields/types/relationship/views/RelationshipSelect.tsx#L284
Type '{ label: string; id: string; data?: Record<string, any> | undefined; }' is not assignable to type '{ label: string; id: string; data: Record<string, any>; }'.
|
Linting:
packages/core/src/fields/types/relationship/views/RelationshipSelect.tsx#L284
Type 'Record<string, any> | { ____id____: string; ____label____: string | null; } | undefined' is not assignable to type 'Record<string, any>'.
|
Linting:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L31
Cannot find module './InlineEdit' or its corresponding type declarations.
|
Linting:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L32
Cannot find module './InlineCreate' or its corresponding type declarations.
|
Linting:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L83
Property 'cardFields' does not exist on type 'never'.
|
Linting:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L83
Property 'inlineEdit' does not exist on type 'never'.
|
Linting:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L89
Property 'cardFields' does not exist on type 'never'.
|
Linting:
packages/core/src/fields/types/relationship/views/cards/index.tsx#L93
Property 'cardFields' does not exist on type 'never'.
|
API Tests SQLite (1)
Process completed with exit code 1.
|
API Tests MySQL (1)
Process completed with exit code 1.
|
API Tests PostgreSQL (1)
Process completed with exit code 1.
|
Package Unit Tests
Process completed with exit code 1.
|
API Tests PostgreSQL (2)
Process completed with exit code 1.
|
API Tests MySQL (2)
Process completed with exit code 1.
|
API Tests SQLite (2)
Process completed with exit code 1.
|
Linting:
examples/custom-field/1-text-field/views.tsx#L34
Property 'linkTo' does not exist on type '{ item: Record<string, any>; field: FieldController<any, any>; }'.
|
Linting:
examples/custom-field/1-text-field/views.tsx#L38
Property 'supportsLinkTo' does not exist on type 'CellComponent'.
|
Linting:
examples/custom-field/2-stars-field/views.tsx#L23
Property 'linkTo' does not exist on type '{ item: Record<string, any>; field: FieldController<any, any>; }'.
|
Linting:
examples/custom-field/2-stars-field/views.tsx#L30
Property 'supportsLinkTo' does not exist on type 'CellComponent'.
|
Linting:
examples/custom-field/3-pair-field-json/views.tsx#L56
Property 'linkTo' does not exist on type '{ item: Record<string, any>; field: FieldController<any, any>; }'.
|
Linting:
examples/custom-field/3-pair-field-json/views.tsx#L60
Property 'supportsLinkTo' does not exist on type 'CellComponent'.
|
Linting:
examples/custom-field/3-pair-field-nested/views.tsx#L56
Property 'linkTo' does not exist on type '{ item: Record<string, any>; field: FieldController<any, any>; }'.
|
Linting:
examples/custom-field/3-pair-field-nested/views.tsx#L60
Property 'supportsLinkTo' does not exist on type 'CellComponent'.
|
Linting:
examples/custom-field/3-pair-field/views.tsx#L34
Property 'linkTo' does not exist on type '{ item: Record<string, any>; field: FieldController<any, any>; }'.
|
Linting:
examples/custom-field/3-pair-field/views.tsx#L38
Property 'supportsLinkTo' does not exist on type 'CellComponent'.
|
Smoke Tests For Examples (custom-admin-ui-navigation.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (default-values.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (extend-express-app.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (virtual-field.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (extend-graphql-schema-graphql-tools.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (document-field.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (extend-graphql-schema-nexus.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (usecase-blog.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (custom-field-view.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (extend-graphql-schema-graphql-ts.test.ts)
Process completed with exit code 1.
|
Integration tests for Admin UI (relations.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (usecase-todo.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (custom-field.test.ts)
Process completed with exit code 1.
|
Integration tests for Admin UI (init.test.ts)
Process completed with exit code 1.
|
Integration tests for Admin UI (list-view-crud.test.ts)
Process completed with exit code 1.
|
Integration tests for Admin UI (live-reloading.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (usecase-roles.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (testing.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (auth.test.ts)
Process completed with exit code 1.
|
Integration tests for Admin UI (navigation.test.ts)
Process completed with exit code 1.
|
Integration tests for Admin UI (filters.test.ts)
Process completed with exit code 1.
|