We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb808c commit bef4844Copy full SHA for bef4844
.github/workflows/common-test.yml
@@ -78,7 +78,7 @@ jobs:
78
working-directory: test
79
- name: Install cdklocal for LocalStack
80
if: ${{ inputs.useLocalStack }}
81
- run: npm i -g cdklocal
+ run: npm i -g aws-cdk-local
82
- name: Configure AWS Credentials
83
if: ${{ !inputs.useLocalStack }}
84
uses: aws-actions/configure-aws-credentials@v4
@@ -172,7 +172,7 @@ jobs:
172
173
174
175
176
177
178
0 commit comments