We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df62bfb commit 4dfe9fbCopy full SHA for 4dfe9fb
.github/workflows/hil-library-test.yml
@@ -146,7 +146,7 @@ jobs:
146
# loop over all tests
147
readarray -t TESTS < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\" | keys[]" -r --compact-output)
148
for ((idx=0; idx<${#TESTS[@]}; idx++)); do
149
- make FQBN=${FQBN} PORT=${PORTS[$idx]} UNITY_PATH=/opt/runner_support/Unity ${TESTS[$idx]}
+ #make FQBN=${FQBN} PORT=${PORTS[$idx]} UNITY_PATH=/opt/runner_support/Unity ${TESTS[$idx]}
150
151
152
0 commit comments