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 b3c2fb1 commit 0be6a4dCopy full SHA for 0be6a4d
.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 aws-cdk-local
+ run: npm i -g aws-cdk-local aws-cdk
82
- name: Configure AWS Credentials
83
if: ${{ !inputs.useLocalStack }}
84
uses: aws-actions/configure-aws-credentials@v4
@@ -162,7 +162,7 @@ jobs:
162
163
164
165
166
167
168
0 commit comments