Skip to content

Commit 7327d95

Browse files
committed
setup cdk and cdklocal
1 parent 953c77f commit 7327d95

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/cloud-pods.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
run: |
3232
make install
3333
34+
- name: Install CDK
35+
run: |
36+
npm install -g aws-cdk-local aws-cdk
37+
cdklocal --version
38+
3439
- name: Start LocalStack
3540
uses: LocalStack/setup-localstack@main
3641
with:

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
run: |
3333
make install
3434
35+
- name: Install CDK
36+
run: |
37+
npm install -g aws-cdk-local aws-cdk
38+
cdklocal --version
39+
3540
- name: Start LocalStack
3641
uses: LocalStack/[email protected]
3742
with:

0 commit comments

Comments
 (0)