Skip to content

CI/CD Pipeline

CI/CD Pipeline #475

Triggered via push March 10, 2026 14:25
Status Failure
Total duration 2m 25s
Artifacts

ci.yml

on: push
Detect Changes
8s
Detect Changes
Install Dependencies
38s
Install Dependencies
Format and Lint Check
40s
Format and Lint Check
TypeScript Type Check
42s
TypeScript Type Check
Build Application
1m 22s
Build Application
Run Tests
1m 0s
Run Tests
Security Check
26s
Security Check
CI Status Check
3s
CI Status Check
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Security Check
Process completed with exit code 1.
Format and Lint Check
Process completed with exit code 1.
TypeScript Type Check
Process completed with exit code 2.
TypeScript Type Check: apps/api/src/server.test.ts#L8
Type '{ host: string; port: number; logLevel: string; nextUpstreamBaseUrl: string; proxyPrefixes: string[]; realtimeSourceMode: RealtimeSourceMode; ... 4 more ...; difyTempConfigAllowPrivate?: boolean | undefined; }' is not assignable to type 'ApiRuntimeConfig'.
TypeScript Type Check: apps/api/src/lib/session-identity.test.ts#L18
Type '{ host: string; port: number; logLevel: string; nextUpstreamBaseUrl: string; proxyPrefixes: string[]; realtimeSourceMode: RealtimeSourceMode; ... 4 more ...; difyTempConfigAllowPrivate?: boolean | undefined; }' is not assignable to type 'ApiRuntimeConfig'.
TypeScript Type Check: __tests__/auth/managed-sso.test.ts#L33
Type '{ allowed_redirect_hosts: string[]; }' is missing the following properties from type '{ require_https: boolean; validate_certificates: boolean; allowed_redirect_hosts?: string[] | undefined; }': require_https, validate_certificates
Run Tests
Process completed with exit code 1.
Build Application
Process completed with exit code 1.
CI Status Check
Process completed with exit code 1.