Skip to content

Commit 20c9922

Browse files
committed
Test 4, funnel array through env vars
1 parent e813a50 commit 20c9922

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ jobs:
122122
cd /opt/runner_support/
123123
declare -a serials=$(echo $(./py_checkusb.py --type ${{ env.library }} --list serial --json) | jq ".\"${{ env.library }}\"[]" --compact-output )
124124
echo "Serials: " $serials
125+
echo $serials[0]
126+
echo $serials[1]
127+
125128
126129
for serial in "${serials[@]}"; do
127130
echo "Serial: $serial"

0 commit comments

Comments
 (0)