Skip to content

Commit 8569742

Browse files
committed
Test 5, fetch test names
1 parent 7f9bb79 commit 8569742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ jobs:
152152
readarray -t MAKES < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\" | keys[]" -r --compact-output)
153153
154154
echo $tidx
155-
echo $MAKES
156-
echo $TESTS
155+
echo ${MAKES[@]}
156+
echo $TESTS[$tidx]
157157
158158
# loop over all makes in the test for sender receiver tests
159159
for ((midx=0; midx<${#MAKES[@]}; midx++)); do

0 commit comments

Comments
 (0)