Skip to content

Commit

Permalink
Simplyfy yaml handling test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 9, 2024
1 parent fd66a70 commit 54f8057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ jobs:

devicelist=$(echo $(./py_checkusb.py --serial ${SERIAL_NUM} --list devtype --json) | jq ".\"${SERIAL_NUM}\"" --compact-output )
echo "device_type=$devicelist"

device_type=$(echo $(./py_checkusb.py --serial ${SERIAL_NUM} --list devtype --json) | jq ".[1].\"${SERIAL_NUM}\"" --compact-output )
echo "device_type=$device_type"


# devicelist+=($(./py_checkusb.py --serial ${{ matrix.serials }} --batch))
Expand Down

0 comments on commit 54f8057

Please sign in to comment.