feat: Add compact checkbox option #5922
Triggered via pull request
September 16, 2024 13:40
Status
Failure
Total duration
5m 49s
Artifacts
–
pull-request.yml
on: pull_request
Check file changes
5s
Run Integration tests
5m 27s
Run API Tests
0s
Run React Tests
1m 53s
Generate Hasura Change Summary
0s
E2E tests
2m 26s
Run Pulumi Preview
0s
Run Healthcheck on Pizza Services
0s
Annotations
21 errors and 4 warnings
Build React App
Property 'variant' is missing in type '{ onChange: (_checked: any) => void; label: string; id: string; checked: boolean; }' but required in type 'Props'.
|
Build React App
Property 'variant' is missing in type '{ onChange: (_checked: any) => void; key: string; label: string; id: string; checked: boolean; }' but required in type 'Props'.
|
Build React App
Property 'variant' is missing in type '{ key: string; id: string; label: string; checked: boolean; onChange: (_checked: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; }' but required in type 'Props'.
|
Build React App
Property 'variant' is missing in type '{ id: Destination; label: string; onChange: (_checked: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; checked: boolean; }' but required in type 'Props'.
|
Build React App
Property 'variant' is missing in type '{ key: string; onChange: (_checked: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => Promise<void>; label: string; id: string; checked: boolean; }' but required in type 'Props'.
|
Build React App
Type '{ id: string; label: string; checked: false; onChange: () => void; }' is not assignable to type 'Partial<{ id?: string | undefined; label: string; checked: boolean; onChange: (event?: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; inputProps?: InputHTMLAttributes<...> | undefined; variant: "default" | "compact"; }> & { ...; }'.
|
Build React App
Process completed with exit code 1.
|
Run React Tests
Property 'variant' is missing in type '{ onChange: (_checked: any) => void; label: string; id: string; checked: boolean; }' but required in type 'Props'.
|
Run React Tests
Property 'variant' is missing in type '{ onChange: (_checked: any) => void; key: string; label: string; id: string; checked: boolean; }' but required in type 'Props'.
|
Run React Tests
Property 'variant' is missing in type '{ key: string; id: string; label: string; checked: boolean; onChange: (_checked: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; }' but required in type 'Props'.
|
Run React Tests
Property 'variant' is missing in type '{ id: Destination; label: string; onChange: (_checked: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; checked: boolean; }' but required in type 'Props'.
|
Run React Tests
Property 'variant' is missing in type '{ key: string; onChange: (_checked: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => Promise<void>; label: string; id: string; checked: boolean; }' but required in type 'Props'.
|
Run React Tests
Type '{ id: string; label: string; checked: false; onChange: () => void; }' is not assignable to type 'Partial<{ id?: string | undefined; label: string; checked: boolean; onChange: (event?: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; inputProps?: InputHTMLAttributes<...> | undefined; variant: "default" | "compact"; }> & { ...; }'.
|
Run React Tests
Process completed with exit code 1.
|
E2E tests
Property 'variant' is missing in type '{ onChange: (_checked: any) => void; label: string; id: string; checked: boolean; }' but required in type 'Props'.
|
E2E tests
Property 'variant' is missing in type '{ onChange: (_checked: any) => void; key: string; label: string; id: string; checked: boolean; }' but required in type 'Props'.
|
E2E tests
Property 'variant' is missing in type '{ key: string; id: string; label: string; checked: boolean; onChange: (_checked: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; }' but required in type 'Props'.
|
E2E tests
Property 'variant' is missing in type '{ id: Destination; label: string; onChange: (_checked: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; checked: boolean; }' but required in type 'Props'.
|
E2E tests
Property 'variant' is missing in type '{ key: string; onChange: (_checked: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => Promise<void>; label: string; id: string; checked: boolean; }' but required in type 'Props'.
|
E2E tests
Type '{ id: string; label: string; checked: false; onChange: () => void; }' is not assignable to type 'Partial<{ id?: string | undefined; label: string; checked: boolean; onChange: (event?: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; inputProps?: InputHTMLAttributes<...> | undefined; variant: "default" | "compact"; }> & { ...; }'.
|
E2E tests
Process completed with exit code 1.
|
Check file changes
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run React Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: andstor/file-existence-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E tests
No files were found with the provided path: e2e/tests/ui-driven/test-results/. No artifacts will be uploaded.
|
Run Integration tests
The following actions use a deprecated Node.js version and will be forced to run on node20: andstor/file-existence-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|