Skip to content

Commit 15e4a6d

Browse files
committed
use output
1 parent e8d7357 commit 15e4a6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
id: set-matrix
3737
run: |
3838
VERSIONS_ARRAY=$(npm show aws-cdk time --json | jq 'del(.created, .modified) | keys' -c)
39+
echo $VERSIONS_ARRAY
3940
echo "MATRIX={\"cdk-version\":$( echo "$VERSIONS_ARRAY" )}" >> $GITHUB_ENV
41+
shell: bash
4042

4143

4244
version-testing:

0 commit comments

Comments
 (0)