File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 97
97
- name : Test kotlin/hello-world-lambda-cdk
98
98
if : github.event.inputs.cdkVersion != '' || github.event.inputs.sdkJavaVersion != ''
99
99
run : |
100
- npm --prefix kotlin/hello-world-lambda-cdk install
100
+ npm --prefix kotlin/hello-world-lambda-cdk clean- install
101
101
npm --prefix kotlin/hello-world-lambda-cdk run verify
102
102
103
103
- name : Create Pull Request
Original file line number Diff line number Diff line change 45
45
with :
46
46
arguments : check
47
47
build-root-directory : kotlin/hello-world-lambda
48
-
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 code. They are also not a part of the TypeScript
51
- # examples workspace, so we test them separately here.
52
48
- name : Test kotlin/hello-world-lambda-cdk
53
49
run : |
54
- npm --prefix kotlin/hello-world-lambda-cdk install
50
+ npm --prefix kotlin/hello-world-lambda-cdk clean- install
55
51
npm --prefix kotlin/hello-world-lambda-cdk run verify
56
52
57
53
build-ts :
You can’t perform that action at this time.
0 commit comments