Skip to content

Commit f2d02e2

Browse files
committed
add deps to action
1 parent f6f4499 commit f2d02e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
localstack-api-key: ${{ secrets.LOCALSTACK_API_KEY }}
2121
preview-cmd: |
22+
npm install -g aws-cdk-local aws-cdk
23+
pip install awscli-local[ver1]
2224
make build
2325
make bootstrap
2426
make deploy

0 commit comments

Comments
 (0)