Skip to content

Commit b20a23a

Browse files
committed
Add required dependencies and install them before running verification
This fixes #65.
1 parent f6dcd81 commit b20a23a

File tree

3 files changed

+1298
-71
lines changed

3 files changed

+1298
-71
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585
# examples workspace, so we test them separately here.
8686
- name: Test kotlin/hello-world-lambda-cdk
8787
if: github.event.inputs.sdkTypescriptVersion != '' && github.event.inputs.sdkJavaVersion != ''
88-
run: npm --prefix kotlin/hello-world-lambda-cdk run verify
88+
run: |
89+
npm --prefix kotlin/hello-world-lambda-cdk install
90+
npm --prefix kotlin/hello-world-lambda-cdk run verify
8991
9092
- name: Create Pull Request
9193
uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)