Skip to content

Commit 907f38d

Browse files
committed
Test 4, funnel array through env vars
1 parent eb6af7d commit 907f38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hil-library-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
# loop over all fqbn in the library
132132
for fqbn in "${fqbns[@]}"; do
133133
echo "fqbn: $fqbn"
134-
readarray -t serials < <(echo $hil | jq ".\"${{ env.library }}\".\"${fqbn}" | keys[]" -r --compact-output)
134+
readarray -t serials < <(echo $hil | jq ".\"${{ env.library }}\".\"${fqbn}\" | keys[]" -r --compact-output)
135135
136136
echo "Serials: ${serials[@]}"
137137
# loop over all serials

0 commit comments

Comments
 (0)