Skip to content

Commit ffb16c3

Browse files
dreamorosiam29d
andauthored
chore(ci): adopt new CDK Toolkit Library (#3665)
Co-authored-by: Alexander Schueren <[email protected]>
1 parent beac102 commit ffb16c3

File tree

5 files changed

+11869
-2931
lines changed

5 files changed

+11869
-2931
lines changed

Diff for: .github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ updates:
4444
- "aws-sdk-client-mock-vitest"
4545
aws-cdk:
4646
patterns:
47-
- "@aws-cdk/cli-lib-alpha"
47+
- "@aws-cdk/toolkit-lib"
4848
- "aws-cdk-lib"
4949
- "aws-cdk"
5050
typescript:

Diff for: .github/workflows/run-e2e-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ jobs:
7474
CI: true
7575
ARCH: ${{ matrix.arch }}
7676
JSII_SILENCE_WARNING_DEPRECATED_NODE_VERSION: true
77+
RUNNER_DEBUG: ${{ env.RUNNER_DEBUG }}
7778
run: npm run test:e2e -w ${{ matrix.package }}

0 commit comments

Comments
 (0)