Skip to content

Commit eb6773d

Browse files
committed
test 6,Find new structure
1 parent 44133bb commit eb6773d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/hil-unity-checks.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,10 @@ jobs:
126126
fi
127127
readarray -t DEVICES < <(echo $lib | jq ".\"${{ env.library }}\" | keys[]" -r --compact-output)
128128
129-
echo "Devices: ${DEVICES[@]}"
130-
echo "Library: ${lib}"
131-
echo "HIL: ${hil}"
132-
133129
# loop over all fqbn in the library
134130
cd $GITHUB_WORKSPACE/tests/Unity/
135131
for DEVICE in "${DEVICES[@]}"; do
136-
FQBN==`tr '.' ':' <<<"${DEVICE}"`
132+
FQBN=`tr '.' ':' <<<"${DEVICE}"`
137133
138134
# loop over all serials and fetch the ports
139135
readarray -t SERIALS < <(echo $lib | jq ".\"${{ env.library }}\".\"${DEVICE}\" | keys[]" -r --compact-output)

0 commit comments

Comments
 (0)