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 e923740 commit 9a2d0c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
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[@]}"
# readarray -t EXAMPLES < <(echo ${{ env.library }} | jq ".|keys[]" -r --compact-output)
# echo "Examples: ${EXAMPLES[@]}"
# for EXAMPLE in "${EXAMPLES[@]}"; do
# echo "Example: ${EXAMPLE}"
Expand Down

0 comments on commit 9a2d0c0

Please sign in to comment.