Skip to content

feat: detect internal functions created after dev server already started #4028

feat: detect internal functions created after dev server already started

feat: detect internal functions created after dev server already started #4028

Triggered via pull request December 14, 2023 08:26
Status Failure
Total duration 2m 8s
Artifacts

e2e-tests.yml

on: pull_request
Matrix: E2E
Fit to window
Zoom out
Zoom in

Annotations

12 errors
E2E (ubuntu-latest, 18.14.0): src/commands/serve/serve.ts#L67
Type 'string | undefined' is not assignable to type 'string'.
E2E (ubuntu-latest, 18.14.0): src/utils/detect-server-settings.ts#L351
Type '{ https?: { key: string; cert: string; keyFilePath: string; certFilePath: string; } | undefined; port: number; jwtSecret: string; jwtRolePath: string; functions: any; functionsPort: number; }' is not assignable to type 'ServerSettings'.
E2E (ubuntu-latest, 18.14.0)
Process completed with exit code 2.
E2E (ubuntu-latest, *): src/commands/serve/serve.ts#L67
Type 'string | undefined' is not assignable to type 'string'.
E2E (ubuntu-latest, *): src/utils/detect-server-settings.ts#L351
Type '{ https?: { key: string; cert: string; keyFilePath: string; certFilePath: string; } | undefined; port: number; jwtSecret: string; jwtRolePath: string; functions: any; functionsPort: number; }' is not assignable to type 'ServerSettings'.
E2E (ubuntu-latest, *)
Process completed with exit code 2.
E2E (macOS-latest, 18.14.0): src/commands/serve/serve.ts#L67
Type 'string | undefined' is not assignable to type 'string'.
E2E (macOS-latest, 18.14.0): src/utils/detect-server-settings.ts#L351
Type '{ https?: { key: string; cert: string; keyFilePath: string; certFilePath: string; } | undefined; port: number; jwtSecret: string; jwtRolePath: string; functions: any; functionsPort: number; }' is not assignable to type 'ServerSettings'.
E2E (macOS-latest, 18.14.0)
Process completed with exit code 2.
E2E (macOS-latest, *): src/commands/serve/serve.ts#L67
Type 'string | undefined' is not assignable to type 'string'.
E2E (macOS-latest, *): src/utils/detect-server-settings.ts#L351
Type '{ https?: { key: string; cert: string; keyFilePath: string; certFilePath: string; } | undefined; port: number; jwtSecret: string; jwtRolePath: string; functions: any; functionsPort: number; }' is not assignable to type 'ServerSettings'.
E2E (macOS-latest, *)
Process completed with exit code 2.