CI/CD Pipeline #475
ci.yml
on: push
Detect Changes
8s
Format and Lint Check
40s
TypeScript Type Check
42s
Build Application
1m 22s
Run Tests
1m 0s
Security Check
26s
CI Status Check
3s
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.
|