Skip to content

Commit

Permalink
Update CDK CLI to support aws-cdk-lib 2.177
Browse files Browse the repository at this point in the history
  • Loading branch information
ejeffrli committed Feb 3, 2025
1 parent e247897 commit 47fdb0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_release_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update CDK CLI
run: |
cdk --version
npm install -g aws-cdk
cdk --version # verify the version
- name: Build jars
run: mvn clean package -T 1C -DskipTests -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN --no-transfer-progress
- name: Setup Repo Root Directory
Expand Down

0 comments on commit 47fdb0b

Please sign in to comment.