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 54f8057 commit 23e04fd
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 @@ -322,7 +322,7 @@ 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 )
device_type=$(echo $(./py_checkusb.py --serial ${SERIAL_NUM} --list devtype --json) | jq ''.[1]'".\"${SERIAL_NUM}\"" --compact-output )
echo "device_type=$device_type"


Expand Down

0 comments on commit 23e04fd

Please sign in to comment.