Skip to content

Disable TypeScript checking in CI/CD: Skip type checking to allow suc… #7

Disable TypeScript checking in CI/CD: Skip type checking to allow suc…

Disable TypeScript checking in CI/CD: Skip type checking to allow suc… #7

Triggered via push August 3, 2025 02:29
Status Failure
Total duration 50s
Artifacts

ci.yml

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

Annotations

21 errors
test (20.x): client/src/pages/AIOptimizations.tsx#L99
Property 'isInitialized' does not exist on type 'unknown'.
test (20.x): client/src/components/layout/Header.tsx#L32
Property 'services' does not exist on type 'unknown'.
test (20.x): client/src/components/layout/Header.tsx#L31
Property 'length' does not exist on type 'unknown'.
test (20.x): client/src/components/dashboard/SystemAlerts.tsx#L63
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<Alert[]>'.
test (20.x): client/src/components/dashboard/SystemAlerts.tsx#L38
No overload matches this call.
test (20.x): client/src/components/dashboard/MiningPoolStatus.tsx#L44
Property 'filter' does not exist on type 'unknown'.
test (20.x): client/src/components/dashboard/MiningPoolStatus.tsx#L43
Property 'find' does not exist on type 'unknown'.
test (20.x): client/src/components/dashboard/HashRateChart.tsx#L71
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
test (20.x): client/src/components/dashboard/GPUMonitor.tsx#L151
Property 'length' does not exist on type 'unknown'.
test (20.x): client/src/components/dashboard/GPUMonitor.tsx#L83
Property 'slice' does not exist on type 'unknown'.
test (18.x): client/src/pages/AIOptimizations.tsx#L99
Property 'isInitialized' does not exist on type 'unknown'.
test (18.x): client/src/components/layout/Header.tsx#L32
Property 'services' does not exist on type 'unknown'.
test (18.x): client/src/components/layout/Header.tsx#L31
Property 'length' does not exist on type 'unknown'.
test (18.x): client/src/components/dashboard/SystemAlerts.tsx#L63
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<Alert[]>'.
test (18.x): client/src/components/dashboard/SystemAlerts.tsx#L38
No overload matches this call.
test (18.x): client/src/components/dashboard/MiningPoolStatus.tsx#L44
Property 'filter' does not exist on type 'unknown'.
test (18.x): client/src/components/dashboard/MiningPoolStatus.tsx#L43
Property 'find' does not exist on type 'unknown'.
test (18.x): client/src/components/dashboard/HashRateChart.tsx#L71
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
test (18.x): client/src/components/dashboard/GPUMonitor.tsx#L151
Property 'length' does not exist on type 'unknown'.
test (18.x): client/src/components/dashboard/GPUMonitor.tsx#L83
Property 'slice' does not exist on type 'unknown'.
test (18.x)
The strategy configuration was canceled because "test._20_x" failed