Skip to content

init

init #1

Triggered via push December 27, 2024 04:22
Status Failure
Total duration 37s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
build
Process completed with exit code 127.
build: src/application/common/interfaces/sections-repository.ts#L1
Module '"@domain/entities"' has no exported member 'Section'.
build: src/application/sections/index.ts#L1
Cannot find module './queries/list-Sections' or its corresponding type declarations.
build: src/application/sections/queries/get-by-page/get-by-page-query.ts#L14
Property 'list' does not exist on type 'SectionsRepository'.
build: src/application/sections/queries/get-by-page/get-by-page-query.ts#L16
Parameter 'section' implicitly has an 'any' type.
build: src/infrastructure/di.ts#L36
Type 'BuildResolver<unknown> & DisposableResolver<unknown>' is not assignable to type 'Resolver<SectionsRepository>'.
build: src/infrastructure/di.ts#L36
Property 'm' does not exist on type 'typeof import("/home/runner/work/MinimalEnglish_BE_New/MinimalEnglish_BE_New/src/infrastructure/repositories/index")'.
build: src/infrastructure/repositories/posts-repository.ts#L3
Module '"@prisma/client"' has no exported member 'Post'.
build: src/infrastructure/repositories/posts-repository.ts#L8
Property 'post' does not exist on type 'PrismaClient<PrismaClientOptions, never, DefaultArgs>'.
build: src/infrastructure/repositories/posts-repository.ts#L20
Property 'post' does not exist on type 'PrismaClient<PrismaClientOptions, never, DefaultArgs>'.
build: src/infrastructure/repositories/posts-repository.ts#L23
Property 'post' does not exist on type 'PrismaClient<PrismaClientOptions, never, DefaultArgs>'.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636