Skip to content

create dashboard

create dashboard #4

Triggered via push August 22, 2024 20:01
Status Failure
Total duration 55s
Billable time 1m
Artifacts

main.yml

on: push
run tests  /  build
44s
run tests / build
run test  /  deploy
run test / deploy
Fit to window
Zoom out
Zoom in

Annotations

9 errors
run tests / build: src/views/pages/income-and-expenses/CreateIncomeOrExpenses.vue#L29
Type 'userAccountStatusType | undefined' is not assignable to type 'userAccountStatusType'.
run tests / build: src/views/pages/admin/pricing/components/PricingCard.vue#L2
Module '"/home/runner/work/vue-budget-app/vue-budget-app/src/views/pages/admin/pricing/actions/getPricing"' has no default export. Did you mean to use 'import { IPricings } from "/home/runner/work/vue-budget-app/vue-budget-app/src/views/pages/admin/pricing/actions/getPricing"' instead?
run tests / build: src/views/pages/admin/payment/components/PaymentTable.vue#L2
'IPayments' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
run tests / build: src/views/pages/income-and-expenses/CreateIncomeOrExpenses.vue#L29
Type 'userAccountStatusType | undefined' is not assignable to type 'userAccountStatusType'.
run tests / build: src/views/pages/admin/pricing/components/PricingCard.vue#L2
Module '"/home/runner/work/vue-budget-app/vue-budget-app/src/views/pages/admin/pricing/actions/getPricing"' has no default export. Did you mean to use 'import { IPricings } from "/home/runner/work/vue-budget-app/vue-budget-app/src/views/pages/admin/pricing/actions/getPricing"' instead?
run tests / build: src/views/pages/admin/payment/components/PaymentTable.vue#L2
'IPayments' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
run tests / build: src/components/__tests__/CreateIncomeOrExpenseForm.spec.ts#L16
Type '"active"' is not assignable to type 'userAccountStatusType'. Did you mean '"Active"'?
run tests / build: src/components/__tests__/NavBar.spec.ts#L28
Property 'role' is missing in type '{ email: string; name: string; userId: string; }' but required in type '{ name?: string | undefined; email: string; userId: string; role: string; }'.
run tests / build
Process completed with exit code 1.