Skip to content

Commit 2ecc32a

Browse files
committed
test 6,Find new structure
1 parent 7ed3735 commit 2ecc32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hil-unity-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
hil=$(./py_checkusb.py --readyaml $GITHUB_WORKSPACE/tests/Unity/hil-unity-checklist.yaml --json)
7373
echo "hil=${hil}" >> $GITHUB_OUTPUT
7474
75-
readarray -t libraries <<< $(echo $hil | jq -r '.|keys[]')
75+
libraries=$(echo $hil | jq -r '.|keys[]')
7676
echo libraries="$libraries" >> $GITHUB_OUTPUT
7777
echo "libraries=${libraries[@]}"
7878

0 commit comments

Comments
 (0)