Skip to content

Commit

Permalink
Test2 using py_checkusb
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 4, 2024
1 parent 7f234c8 commit 719209f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
python py_checkusb.py --switch repo --namelist $REPO --onoff on
declare -a typelist
mapfile -t typelist < <(python ./py_checkusb.py --repo ${REPO} --batch)
mapfile -t typelist < <(python ./py_checkusb.py --repo ${REPO} --full --batch)
echo "${typelist[@]}"
Expand Down

0 comments on commit 719209f

Please sign in to comment.