Skip to content

Commit 009271d

Browse files
committed
test 6,Find new structure
1 parent 0cfa5f5 commit 009271d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ jobs:
122122
lib=$(./py_checkusb.py --type ${{ env.library }} --json)
123123
readarray -t DEVICES < <(echo $lib | jq ".\"${{ env.library }}\" | keys[]" -r --compact-output)
124124
125-
$echo $lib
126-
$echo $DEVICES
125+
echo "HIL: $hil"
127126
128127
# loop over all fqbn in the library
129128
cd ~/.arduino15/packages/Infineon/hardware/xmc/$TEST_VERSION/libraries/${{ env.library }} # change this

0 commit comments

Comments
 (0)