We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2838e44 commit 013df09Copy full SHA for 013df09
.github/workflows/hil-library-test.yml
@@ -148,6 +148,10 @@ jobs:
148
for ((tidx=0; tidx<${#TESTS[@]}; tidx++)); do
149
readarray -t MAKES < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\" | keys[]" -r --compact-output)
150
151
+ echo $MAKES
152
+ echo $TESTS
153
+
154
+ # loop over all makes in the test for sender receiver tests
155
for ((midx=0; midx<${#MAKES[@]}; midx++)); do
156
#make FQBN=${FQBN} PORT=${PORTS[$tidx]} UNITY_PATH=/opt/runner_support/Unity ${MAKES[$midx]}
157
0 commit comments