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 5503323 commit f5f73ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,9 @@ jobs:



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

echo "device_type=$device | jq ".[0]"


# cd $HOME
Expand Down

0 comments on commit f5f73ed

Please sign in to comment.