Upgrade design system #2920
Triggered via pull request
November 21, 2024 23:08
Status
Cancelled
Total duration
1h 33m 7s
Artifacts
–
tests_ci.yml
on: pull_request
Linting
1m 7s
Linting
4m 47s
Package Unit Tests
1m 57s
Field CRUD Tests PostgreSQL
1m 30s
Field CRUD Tests SQLite
1m 11s
Field CRUD Tests MySQL
1m 24s
Testing example project
4m 27s
Ensure Next in App directory builds
4m 59s
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Annotations
49 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 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 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.
|
Integration tests for Admin UI (relations.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.
|
Smoke Tests For Examples (extend-graphql-schema-nexus.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 (default-values.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 (usecase-blog.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-view.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-graphql-ts.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 (testing.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 (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.
|
Integration tests for Admin UI (list-view-crud.test.ts)
Canceling since a higher priority waiting request for 'ci-tests-refs/pull/9253/merge' exists
|
Integration tests for Admin UI (list-view-crud.test.ts)
The operation was canceled.
|