Upgrade design system #2917
Triggered via pull request
November 21, 2024 01:53
Status
Cancelled
Total duration
17m 24s
Artifacts
–
tests_ci.yml
on: pull_request
Linting
1m 9s
Linting
4m 56s
Package Unit Tests
1m 50s
Field CRUD Tests PostgreSQL
1m 37s
Field CRUD Tests SQLite
1m 31s
Field CRUD Tests MySQL
1m 35s
Testing example project
4m 35s
Ensure Next in App directory builds
5m 18s
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Annotations
54 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 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/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 (usecase-todo.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 (custom-field-view.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 (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 (extend-graphql-schema-nexus.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-graphql-ts.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (default-values.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)
Canceling since a higher priority waiting request for 'ci-tests-refs/pull/9253/merge' exists
|
Integration tests for Admin UI (live-reloading.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (usecase-roles.test.ts)
Canceling since a higher priority waiting request for 'ci-tests-refs/pull/9253/merge' exists
|
Smoke Tests For Examples (usecase-roles.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (auth.test.ts)
Canceling since a higher priority waiting request for 'ci-tests-refs/pull/9253/merge' exists
|
Smoke Tests For Examples (auth.test.ts)
The operation was canceled.
|
Integration tests for Admin UI (navigation.test.ts)
Canceling since a higher priority waiting request for 'ci-tests-refs/pull/9253/merge' exists
|
Integration tests for Admin UI (navigation.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (testing.test.ts)
Canceling since a higher priority waiting request for 'ci-tests-refs/pull/9253/merge' exists
|
Smoke Tests For Examples (testing.test.ts)
The operation was canceled.
|
Integration tests for Admin UI (filters.test.ts)
Canceling since a higher priority waiting request for 'ci-tests-refs/pull/9253/merge' exists
|
Integration tests for Admin UI (filters.test.ts)
The operation was canceled.
|