ECOPROJECT-4330 | refactor: extract EnvironmentForm component and add network config helpers #1482
pull-request.yaml
on: pull_request
Validate PR title
5s
lint
1m 3s
format
49s
type-check
51s
security-scan
43s
test
1m 15s
build
1m 23s
Annotations
5 errors
|
type-check
Process completed with exit code 2.
|
|
type-check:
src/data/stores/__tests__/SourcesStore.test.ts#L187
Argument of type '{ name: string; sshPublicKey: string; httpProxy: string; httpsProxy: string; noProxy: string; }' is not assignable to parameter of type 'SourceCreateInput'.
|
|
type-check:
src/data/stores/__tests__/SourcesStore.test.ts#L122
Argument of type '{ sourceId: string; sshPublicKey: string; httpProxy: string; httpsProxy: string; noProxy: string; }' is not assignable to parameter of type 'SourceUpdateInput'.
|
|
type-check:
src/data/stores/__tests__/SourcesStore.test.ts#L91
Argument of type '{ name: string; sshPublicKey: string; httpProxy: string; httpsProxy: string; noProxy: string; }' is not assignable to parameter of type 'SourceCreateInput'.
|
|
build
Process completed with exit code 2.
|