Skip to content

Merge pull request #51 from doroudi:doroudi/issue49 #50

Merge pull request #51 from doroudi:doroudi/issue49

Merge pull request #51 from doroudi:doroudi/issue49 #50

Triggered via push January 19, 2024 06:24
Status Failure
Total duration 1m 8s
Billable time 5m
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
test (18.x, ubuntu-latest)
Process completed with exit code 1.
typecheck: src/common/api/api-service.ts#L40
Property 'data' does not exist on type 'Promise<AxiosResponse<T, any>>'.
typecheck: src/mocks/handlers/account.handler.ts#L2
Cannot find module '@/models/Login' or its corresponding type declarations.
typecheck: src/components/Color/CreateColor.vue#L8
Cannot find name 'ColorCreateModel'.
typecheck: src/components/Customers/CustomerManagement.vue#L20
Property 'proxy' does not exist on type 'ComponentInternalInstance | null'.
typecheck: src/components/Review/ReviewManagement.vue#L11
't' is declared but its value is never read.
typecheck: src/components/Review/ReviewManagement.vue#L17
Property 'proxy' does not exist on type 'ComponentInternalInstance | null'.
typecheck: src/components/UserProfile.vue#L38
Type '{ label: string; to: string; value: () => void; }[]' is not assignable to type 'SelectMixedOption[]'.
typecheck
Process completed with exit code 1.
test (16.x, ubuntu-latest)
Process completed with exit code 1.
test-e2e
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
lint: src/components/Review/ReviewManagement.vue#L11
't' is assigned a value but never used. Allowed unused vars must match /^_/u