Skip to content

Upgrade design system #2923

Upgrade design system

Upgrade design system #2923

Triggered via pull request November 22, 2024 01:04
Status Failure
Total duration 1h 0m 7s
Artifacts

tests_ci.yml

on: pull_request
Linting
1m 15s
Linting
Linting
4m 55s
Linting
Package Unit Tests
1m 52s
Package Unit Tests
Field CRUD Tests PostgreSQL
1m 45s
Field CRUD Tests PostgreSQL
Field CRUD Tests SQLite
1m 26s
Field CRUD Tests SQLite
Field CRUD Tests MySQL
1m 26s
Field CRUD Tests MySQL
Testing example project
4m 55s
Testing example project
Ensure Next in App directory builds
5m 2s
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

48 errors
Linting: packages/core/src/fields/types/integer/views/index.tsx#L64
Type 'number | null' is not assignable to type 'number | undefined'.
Linting: packages/core/src/fields/types/relationship/views/ComboboxMany.tsx#L85
Argument of type '{ id: string; label: string | null; }[]' is not assignable to parameter of type '{ label: string; id: string; }[]'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L20
Type '{ dateValue: null; timeValue: { kind: string; value: null; }; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L36
Argument of type '{ readonly kind: "create"; readonly value: { readonly dateValue: string; readonly timeValue: { readonly kind: "parsed"; readonly value: "10:00:00.000"; }; }; }' is not assignable to parameter of type 'Value'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L43
Type '{ dateValue: null; timeValue: { kind: string; value: string; }; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L58
Type '{ dateValue: string; timeValue: { kind: string; value: null; }; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L72
Type '{ dateValue: null; timeValue: { kind: string; value: null; }; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L86
Type '{ dateValue: string; timeValue: string; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L100
Type '{ dateValue: null; timeValue: { kind: string; value: string; }; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L114
Type '{ dateValue: string; timeValue: { kind: string; value: string; }; }' is not assignable to type 'string'.
API Tests SQLite (1)
Process completed with exit code 1.
API Tests PostgreSQL (1)
Process completed with exit code 1.
API Tests MySQL (1)
Process completed with exit code 1.
Package Unit Tests
Process completed with exit code 1.
API Tests MySQL (2)
Process completed with exit code 1.
API Tests PostgreSQL (2)
Process completed with exit code 1.
API Tests SQLite (2)
Process completed with exit code 1.
Linting: examples/extend-graphql-schema-nexus/schema.ts#L99
Right operand of ?? is unreachable because the left operand is never nullish.
Linting: packages/core/src/fields/types/integer/views/index.tsx#L64
Type 'number | null' is not assignable to type 'number | undefined'.
Linting: packages/core/src/fields/types/relationship/views/ComboboxMany.tsx#L85
Argument of type '{ id: string; label: string | null; }[]' is not assignable to parameter of type '{ label: string; id: string; }[]'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L20
Type '{ dateValue: null; timeValue: { kind: string; value: null; }; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L36
Argument of type '{ readonly kind: "create"; readonly value: { readonly dateValue: string; readonly timeValue: { readonly kind: "parsed"; readonly value: "10:00:00.000"; }; }; }' is not assignable to parameter of type 'Value'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L43
Type '{ dateValue: null; timeValue: { kind: string; value: string; }; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L58
Type '{ dateValue: string; timeValue: { kind: string; value: null; }; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L72
Type '{ dateValue: null; timeValue: { kind: string; value: null; }; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L86
Type '{ dateValue: string; timeValue: string; }' is not assignable to type 'string'.
Linting: packages/core/src/fields/types/timestamp/views/__tests__/index.tsx#L100
Type '{ dateValue: null; timeValue: { kind: string; value: string; }; }' is not assignable to type 'string'.
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 (custom-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 (extend-express-app.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.
Integration tests for Admin UI (relations.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 (virtual-field.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 (usecase-todo.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.
Smoke Tests For Examples (custom-field-view.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 (init.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 (auth.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 (usecase-roles.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.