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 c10f348 commit 641aa3cCopy full SHA for 641aa3c
.github/workflows/test.yml
@@ -27,8 +27,8 @@ jobs:
27
node-version: ['22.x']
28
python-version: ['3.12']
29
region: ['us-east-1']
30
- cdk-version: ${{ fromJson(inputs.cdk-version || '[ "2.166.0", "2.167.0"]') }}
31
- fail-fast: true
+ cdk-version: ${{ fromJson(inputs.cdk-version || '[ "2.166.0", "2.167.0", ""]') }}
+ fail-fast: false
32
33
env:
34
AWS_REGION: ${{ matrix.region }}
0 commit comments