Skip to content

Commit

Permalink
test 7, change to device order
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 30, 2024
1 parent d91d286 commit e923740
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,20 @@ jobs:
- name: Build
run: |
echo ${{ env.library }}
echo ${{ env.library }} | jq ".|keys[]" -r --compact-output
readarray -t EXAMPLES < <(echo ${{ env.library }} | jq ".|keys[]" -r --compact-output)
echo "Examples: ${EXAMPLES[@]}"
for EXAMPLE in "${EXAMPLES[@]}"; do
echo "Example: ${EXAMPLE}"
cd /opt/runner_support/
serials=$(./py_checkusb.py --type ${example} --json)
# for EXAMPLE in "${EXAMPLES[@]}"; do
# echo "Example: ${EXAMPLE}"
# cd /opt/runner_support/
# serials=$(./py_checkusb.py --type ${example} --json)
done
# done
# lib=$(./py_checkusb.py --type ${{ env.library }} --json)
Expand Down

0 comments on commit e923740

Please sign in to comment.