Skip to content

Migrations as replicas refactor #186

Migrations as replicas refactor

Migrations as replicas refactor #186

Triggered via pull request December 4, 2024 14:31
Status Failure
Total duration 1m 26s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: src/components/modules/DashboardModule/DashboardContent/DashboardContent.spec.tsx#L1
Type '{ transfers: never[]; migrations: never[]; endpoints: never[]; projects: never[]; transfersLoading: false; migrationsLoading: boolean; endpointsLoading: false; usersLoading: false; projectsLoading: false; ... 10 more ...; onAddLicenceClick: jest.Mock<...>; }' is not assignable to type 'Readonly<Props> & Readonly<{ children?: ReactNode; }>'.
build: src/components/modules/DashboardModule/DashboardExecutions/DashboardExecutions.spec.tsx#L1
'"@src/@types/MainItem"' has no exported member named 'MigrationItem'. Did you mean 'ActionItem'?
build: src/components/modules/DashboardModule/DashboardExecutions/DashboardExecutions.tsx#L1
'ActionItem' is declared but its value is never read.
build: src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
'"@src/@types/MainItem"' has no exported member named 'MigrationItem'. Did you mean 'ActionItem'?
build: src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
Property 'migrations' does not exist on type 'Readonly<Props> & Readonly<{ children?: ReactNode; }>'.
build: src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
Type '{ transfers: TransferItem[]; migrations: any; endpoints: Endpoint[]; style: {}; loading: false; onNewClick: jest.Mock<any, any>; }' is not assignable to type 'Readonly<Props> & Readonly<{ children?: ReactNode; }>'.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
No files were found with the provided path: cypress/screenshots. No artifacts will be uploaded.