Skip to content

Commit 0cfa5f5

Browse files
committed
test 6,Find new structure
1 parent 405126a commit 0cfa5f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ 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
127+
125128
# loop over all fqbn in the library
126129
cd ~/.arduino15/packages/Infineon/hardware/xmc/$TEST_VERSION/libraries/${{ env.library }} # change this
127130
for DEVICE in "${DEVICES[@]}"; do

0 commit comments

Comments
 (0)