Update for Bref v3 #423
ci.yml
on: push
Lint
33s
Check types
34s
Matrix: Unit tests
Annotations
12 errors and 1 warning
|
Lint
Process completed with exit code 1.
|
|
Lint:
src/function/defaults.ts#L2
Unable to resolve path to module '../vpc/VpcForServerlessApp'
|
|
Lint:
src/function/PhpFunction.ts#L8
Unable to resolve path to module '../vpc/VpcForServerlessApp'
|
|
Unit tests (22)
Process completed with exit code 1.
|
|
Check types
Process completed with exit code 2.
|
|
Check types:
src/function/defaults.ts#L24
Property 'appSecurityGroup' does not exist on type 'IVpc'.
|
|
Check types:
src/function/defaults.ts#L24
'vpc' is possibly 'undefined'.
|
|
Check types:
src/function/defaults.ts#L23
Type 'IVpc | undefined' is not assignable to type 'IVpc'.
|
|
Check types:
src/function/defaults.ts#L2
Cannot find module '../vpc/VpcForServerlessApp' or its corresponding type declarations.
|
|
Check types:
src/function/PhpFunction.ts#L8
Cannot find module '../vpc/VpcForServerlessApp' or its corresponding type declarations.
|
|
Unit tests (20)
The strategy configuration was canceled because "unit-tests._22" failed
|
|
Unit tests (20)
The operation was canceled.
|
|
Lint:
test/helper.ts#L15
Unexpected any. Specify a different type
|