We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eece57c commit b7cc7b8Copy full SHA for b7cc7b8
.github/workflows/test.yml
@@ -37,6 +37,7 @@ jobs:
37
run: |
38
VERSIONS_ARRAY=$(npm show aws-cdk time --json --silent| jq 'del(.created, .modified) | keys' -c)
39
echo "MATRIX={\"cdk-version\":$( echo "$VERSIONS_ARRAY" )}" >> $GITHUB_ENV
40
+ echo $MATRIX
41
42
version-testing:
43
runs-on: ubuntu-latest
0 commit comments