Skip to content

Commit 4abd94c

Browse files
committed
Test 4, funnel array through env vars
1 parent dea64b9 commit 4abd94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hil-library-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
cd /opt/runner_support/
121121
122122
cd /opt/runner_support/
123-
readarray -t serials < <$(echo $(./py_checkusb.py --type ${{ env.library }} --list serial --json) | jq ".\"${{ env.library }}\"[]" --compact-output )
123+
readarray -t serials < < $(./py_checkusb.py --type ${{ env.library }} --list serial --json) | jq ".\"${{ env.library }}\"[]" --compact-output
124124
echo "Serials: " $serials
125125
echo $serials[0]
126126
echo $serials[1]

0 commit comments

Comments
 (0)