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 b69b25f commit 74a8fa2
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 @@ -92,8 +92,9 @@ jobs:
# seriallist+=(${serials[2]})
# done;
# export mser=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${seriallist[@]}")
export mser=$(`./py_checkusb.py --repo ${REPO} --list serial --json` | jq '."${REPO}"')
echo "$REPO"
export mser=$(./py_checkusb.py --repo ${REPO} --list serial --json | jq '."${REPO}"')
echo "$mser"
echo "serials_hil="$(`./py_checkusb.py --repo ${REPO} --list serial --json` | jq '."${REPO}"')
Expand Down

0 comments on commit 74a8fa2

Please sign in to comment.