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 96ca4e4 commit 85b6d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ jobs:



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

echo "device_type=$device"
test=$(echo $devicelist | jq ".[0]")
echo "test=$test"

# cd $HOME
Expand Down

0 comments on commit 85b6d56

Please sign in to comment.