We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea64b9 commit 4abd94cCopy full SHA for 4abd94c
.github/workflows/hil-library-test.yml
@@ -120,7 +120,7 @@ jobs:
120
cd /opt/runner_support/
121
122
123
- readarray -t serials < <$(echo $(./py_checkusb.py --type ${{ env.library }} --list serial --json) | jq ".\"${{ env.library }}\"[]" --compact-output )
+ readarray -t serials < < $(./py_checkusb.py --type ${{ env.library }} --list serial --json) | jq ".\"${{ env.library }}\"[]" --compact-output
124
echo "Serials: " $serials
125
echo $serials[0]
126
echo $serials[1]
0 commit comments