fix: add missing ssl models #305
feature.yaml
on: pull_request
Annotations
8 errors and 4 warnings
Lint
Type 'boolean' is not assignable to type '{ ca?: string | undefined; cert?: string | undefined; key?: string | undefined; rejectUnauthorized: boolean; }'.
|
Lint
Process completed with exit code 2.
|
Build
Type 'boolean' is not assignable to type '{ ca?: string | undefined; cert?: string | undefined; key?: string | undefined; rejectUnauthorized: boolean; }'.
|
Build
Process completed with exit code 2.
|
Test node_version:20 test_only:utilities
Type 'boolean' is not assignable to type '{ ca?: string | undefined; cert?: string | undefined; key?: string | undefined; rejectUnauthorized: boolean; }'.
|
Test node_version:20 test_only:utilities
Process completed with exit code 2.
|
Test node_version:20 test_only:pg-integration
Type 'boolean' is not assignable to type '{ ca?: string | undefined; cert?: string | undefined; key?: string | undefined; rejectUnauthorized: boolean; }'.
|
Test node_version:20 test_only:pg-integration
Process completed with exit code 2.
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test node_version:20 test_only:utilities
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test node_version:20 test_only:pg-integration
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|