Skip to content

Developer

Developer #7

Triggered via pull request September 28, 2025 01:08
Status Failure
Total duration 1m 4s
Artifacts

promote-to-main.yml

on: pull_request
🔍 Production Validation
1m 1s
🔍 Production Validation
🔄 Auto-promote to Main
0s
🔄 Auto-promote to Main
Fit to window
Zoom out
Zoom in

Annotations

10 errors
🔍 Production Validation: src/core/products/hooks/useProducts.ts#L106
Property 'searchProducts' does not exist on type 'ProductApiService'.
🔍 Production Validation: src/core/products/components/views/ProductsView.tsx#L8
Cannot find module '../../../dashboard/components/common/NavigationHeader' or its corresponding type declarations.
🔍 Production Validation: src/core/dashboard/components/views/Dashboard.tsx#L4
Cannot find module '../common/NavigationHeader' or its corresponding type declarations.
🔍 Production Validation: src/core/auth/components/forms/LoginForm.tsx#L85
Property 'password' does not exist on type 'FormData'.
🔍 Production Validation: src/core/auth/components/forms/LoginForm.tsx#L69
Property 'email' does not exist on type 'FormData'.
🔍 Production Validation: src/core/auth/components/forms/LoginForm.tsx#L34
Property 'password' does not exist on type 'FormData'.
🔍 Production Validation: src/core/auth/components/forms/LoginForm.tsx#L34
Property 'email' does not exist on type 'FormData'.
🔍 Production Validation: src/core/auth/components/forms/LoginForm.tsx#L29
Property 'password' does not exist on type 'FormData'.
🔍 Production Validation: src/core/auth/components/forms/LoginForm.tsx#L29
Property 'email' does not exist on type 'FormData'.
🔍 Production Validation: src/core/auth/components/forms/LoginForm.tsx#L8
Argument of type '{ email: string; password: string; }' is not assignable to parameter of type 'FormData | (() => FormData)'.