SFR-2161: Render appropriate error page for server-side errors #968
ci.yml
on: pull_request
Updates Changelog
4s
Lint
1m 6s
Typecheck
50s
Test & Coverage
1m 53s
Playwright Integration Tests
2m 49s
Build Docker Image
2m 14s
Annotations
11 errors and 1 warning
Typecheck:
src/__tests__/AdvancedSearch.test.tsx#L14
Type 'string' is not assignable to type 'number'.
|
Typecheck:
src/__tests__/AdvancedSearch.test.tsx#L60
Type 'string' is not assignable to type 'number'.
|
Typecheck:
src/__tests__/fixtures/CollectionFixture.ts#L40
Type '{ groups: { links: { href: string; rel: string[]; type: string; }[]; metadata: { creator: string; currentPage: number; description: string; itemsPerPage: number; numberOfItems: number; title: string; }; publications: ({ ...; } | { ...; })[]; }[]; links: { ...; }[]; metadata: { ...; }; }' is not assignable to type 'CollectionResult'.
|
Typecheck:
src/__tests__/fixtures/CollectionFixture.ts#L205
Type '{ groups: ({ links: { href: string; rel: string[]; type: string; }[]; metadata: { creator: string; currentPage: number; description: string; itemsPerPage: number; numberOfItems: number; title: string; }; publications: ({ ...; } | { ...; })[]; } | { ...; } | { ...; })[]; links: { ...; }[]; metadata: { ...; }; }' is not assignable to type 'CollectionResult'.
|
Typecheck:
src/components/Collection/Collection.test.tsx#L16
Property 'collections' is missing in type 'Opds2Feed' but required in type 'CollectionResult'.
|
Typecheck:
src/components/Collection/Collection.test.tsx#L115
Type 'Opds2Feed' is not assignable to type 'CollectionResult'.
|
Typecheck:
src/components/Collection/Collection.test.tsx#L183
Type 'Opds2Feed' is not assignable to type 'CollectionResult'.
|
Typecheck:
src/components/CollectionList/CollectionList.test.tsx#L20
Type 'CollectionResult' is missing the following properties from type 'Opds2Feed': links, metadata
|
Typecheck:
src/components/Landing/Landing.test.tsx#L18
Type 'CollectionResult' is not assignable to type 'Opds2Feed'.
|
Typecheck
Process completed with exit code 2.
|
Test & Coverage
Process completed with exit code 1.
|
Playwright Integration Tests
No files were found with the provided path: /playwright-report/. No artifacts will be uploaded.
|