Skip to content

Commit fdee002

Browse files
committed
Test 5, fetch test names
1 parent 2b60218 commit fdee002

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
@@ -150,7 +150,7 @@ jobs:
150150
151151
for ((tidx=0; tidx<${#TESTS[@]}; tidx++)); do
152152
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)
153+
echo $(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"|.[0]" -r --compact-output)
154154
echo $(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"" -r --compact-output)
155155
156156

0 commit comments

Comments
 (0)