Skip to content

feat(onboarding-ui): Remove standalone and introduce offline server registration #2770

feat(onboarding-ui): Remove standalone and introduce offline server registration

feat(onboarding-ui): Remove standalone and introduce offline server registration #2770

Triggered via pull request September 28, 2023 09:39
Status Failure
Total duration 1m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci-pr.yml

on: pull_request
Build and Test
50s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build and Test
Cannot find module '../../pages/StandaloneServerPage' or its corresponding type declarations.
Build and Test
Type '{ currentStep: number; stepCount: number; initialValues: { agreement?: true | undefined; updates?: true | undefined; }; onSubmit: (data: RegisterServerPayload) => void; offline: any; onClickRegisterLater: () => void; }' is not assignable to type 'IntrinsicAttributes & RegisterServerPageProps'.
Build and Test
Cannot find module './pages/StandaloneServerPage' or its corresponding type declarations.
Build and Test
Type '{ onSubmit: () => undefined; onBackButtonClick: () => undefined; }' is missing the following properties from type 'RegisterOfflinePageProps': termsHref, policyHref
Build and Test
Type '{ currentStep: number; stepCount: number; onSubmit: () => undefined; onClickRegisterLater: () => undefined; }' is not assignable to type 'IntrinsicAttributes & RegisterServerPageProps'.
Build and Test
Process completed with exit code 1.
Build and Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/