Skip to content

Commit 58f4f25

Browse files
committed
last check on this setup
1 parent 784f2d3 commit 58f4f25

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

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

+1-19
Original file line numberDiff line numberDiff line change
@@ -147,40 +147,22 @@ jobs:
147147
readarray -t TESTS < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\" | keys[]" -r --compact-output)
148148
for ((tidx=0; tidx<${#TESTS[@]}; tidx++)); do
149149
readarray -t MAKES < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"[]" -r --compact-output)
150-
echo $(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"|.[]" -r --compact-output)
151-
152-
153-
154-
echo $tidx
155-
echo ${MAKES[@]}
156150
157151
# loop over all makes in the test for sender receiver tests
158152
for ((midx=0; midx<${#MAKES[@]}; midx++)); do
159-
160153
#make FQBN=${FQBN} PORT=${PORTS[$tidx]} UNITY_PATH=/opt/runner_support/Unity ${MAKES[$midx]}
161154
echo "MAKE: ${MAKES[$midx]}"
162-
echo $midx
163155
done
164-
165156
166157
167158
168-
echo "FQBN: $FQBN"
169-
echo "Device: $DEVICE"
170-
echo "Port: $PORTS[$idx]"
159+
171160
172161
done
173162
done
174163
175164
176165
177-
178-
179-
180-
181-
182-
183-
184166
#############################################################################
185167
# Switch off the HIL after all tests are done
186168
post:

0 commit comments

Comments
 (0)