File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ jobs:
47
47
build-root-directory : kotlin/hello-world-lambda
48
48
49
49
# CDK projects are a hybrid of TypeScript CDK stack + platform-specific handler code; the top-level npm CDK build
50
- # is responsible for verifying the language-specific handler cod . They are also not a part of the TypeScript
50
+ # is responsible for verifying the language-specific handler code . They are also not a part of the TypeScript
51
51
# examples workspace, so we test them separately here.
52
52
- name : Test kotlin/hello-world-lambda-cdk
53
- if : github.event.inputs.sdkTypescriptVersion != '' && github.event.inputs.sdkJavaVersion != ''
54
- run : npm --prefix kotlin/hello-world-lambda-cdk run verify
53
+ run : |
54
+ npm --prefix kotlin/hello-world-lambda-cdk install
55
+ npm --prefix kotlin/hello-world-lambda-cdk run verify
55
56
56
57
build-ts :
57
58
# prevent from running on forks
You can’t perform that action at this time.
0 commit comments