Skip to content

remove textTertiary and remove product name from navbar #1396

remove textTertiary and remove product name from navbar

remove textTertiary and remove product name from navbar #1396

Triggered via push December 18, 2023 15:35
Status Failure
Total duration 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
tests: stories/buttonv2.stories.tsx#L232
Property 'textToCopy' is missing in type '{}' but required in type '{ label?: string | undefined; textToCopy: string; variant?: "outline" | "ghost" | undefined; }'.
tests: stories/guideline/mdxExampleComponents.tsx#L54
Type '{ id: string; data: { date: string; status: string; xlabel: string; }[]; xAxis: { field: string; type: string; title: null; axis: { labelAngle: number; }; sort: { order: string; }; }; yAxis: { aggregate: string; field: string; title: null; type: string; scale: { ...; }; }; color: { ...; }; width: number; barConfig: ...' is not assignable to type 'IntrinsicAttributes & Props'.
tests: stories/modal.stories.tsx#L176
Type '({ Header: string; accessor: string; cellStyle: { textAlign: string; }; Cell?: undefined; disableSortBy?: undefined; } | { Header: string; accessor: string; Cell: () => Element; disableSortBy: boolean; cellStyle?: undefined; })[]' is not assignable to type 'Column<{ firstName: string; lastName: string; age: undefined; health: string; } | { firstName: string; lastName: string; age: number; health: string; }>[]'.
tests: stories/selectinput.stories.tsx#L21
Default export of the module has or is using private name 'SelectWithOptionContext'.
tests: stories/selectv2.stories.tsx#L9
Default export of the module has or is using private name 'SelectWithOptionContext'.
tests: stories/toast.stories.tsx#L153
Type '(args: Omit<ToastProps, "open" | "onClose">) => Element' has no properties in common with type '{ args?: Omit<ToastProps, "open" | "onClose"> | undefined; }'.
tests
Process completed with exit code 1.
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/