Skip to content

Commit 013df09

Browse files
committed
Test 5, fetch test names
1 parent 2838e44 commit 013df09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ jobs:
148148
for ((tidx=0; tidx<${#TESTS[@]}; tidx++)); do
149149
readarray -t MAKES < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\" | keys[]" -r --compact-output)
150150
151+
echo $MAKES
152+
echo $TESTS
153+
154+
# loop over all makes in the test for sender receiver tests
151155
for ((midx=0; midx<${#MAKES[@]}; midx++)); do
152156
#make FQBN=${FQBN} PORT=${PORTS[$tidx]} UNITY_PATH=/opt/runner_support/Unity ${MAKES[$midx]}
153157

0 commit comments

Comments
 (0)