Skip to content

Feat: Implement shop page #361

Feat: Implement shop page

Feat: Implement shop page #361

Re-run triggered July 17, 2024 10:17
Status Failure
Total duration 49s
Artifacts

application.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build (20.x): src/__test__/shop.test.tsx#L114
Argument of type 'AsyncThunkAction<Product[], void, AsyncThunkConfig>' is not assignable to parameter of type 'Action'.
build (20.x): src/__test__/shop.test.tsx#L116
Object is of type 'unknown'.
build (20.x): src/__test__/shop.test.tsx#L128
Argument of type 'AsyncThunkAction<{ data: Product[]; total: number; }, SearchParams, AsyncThunkConfig>' is not assignable to parameter of type 'Action'.
build (20.x): src/__test__/shop.test.tsx#L130
Object is of type 'unknown'.
build (20.x): src/__test__/shop.test.tsx#L146
Argument of type 'AsyncThunkAction<Product[], void, AsyncThunkConfig>' is not assignable to parameter of type 'Action'.
build (20.x): src/__test__/shop.test.tsx#L148
Object is of type 'unknown'.
build (20.x)
Process completed with exit code 2.
build (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/