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 c3d4f9f commit dc8c3d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,14 @@ jobs:
# Build the test code with make and flash it to the board
- name: Build
run: |
lib=${{ toJson(env.library) }}
echo ${{ env.library }}
echo ${{ env.library }} | jq ".\"CAN\"" -r --compact-output
echo $lib
echo ${lib} | jq ".\"CAN\"" -r --compact-output
echo "Test"
echo ${{ env.library }} | jq ".|keys[]" -r --compact-output
echo ${lib} | jq ".|keys[]" -r --compact-output
# readarray -t EXAMPLES < <(echo ${{ env.library }} | jq ".|keys[]" -r --compact-output)
# echo "Examples: ${EXAMPLES[@]}"
Expand Down

0 comments on commit dc8c3d4

Please sign in to comment.