We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b60218 commit fdee002Copy full SHA for fdee002
.github/workflows/hil-library-test.yml
@@ -150,7 +150,7 @@ jobs:
150
151
for ((tidx=0; tidx<${#TESTS[@]}; tidx++)); do
152
readarray -t MAKES < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\" | keys[]" -r --compact-output)
153
- echo $(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\" | keys[]" -r --compact-output)
+ echo $(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"|.[0]" -r --compact-output)
154
echo $(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"" -r --compact-output)
155
156
0 commit comments