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 68cc654 commit dafc3ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,18 @@ jobs:
hil=${{ toJson(needs.setup.outputs.hil) }}
REPO="$(basename "$GITHUB_REPOSITORY")"
DEVICE="$(basename ${{ matrix.device }} )"
LIBRARY=$(echo $hil | jq ".\"${REPO}\".\"${DEVICE}\"" -r --compact-output)
echo "repo=$REPO" >> $GITHUB_ENV
echo "device=$DEVICE" >> $GITHUB_ENV
echo "version=$TEST_VERSION" >> $GITHUB_ENV
echo "library=$LIBRARY" >> $GITHUB_ENV
echo "Repo " $REPO
echo "Device " $DEVICE
echo "Library " $LIBRARY
echo "Version " ${TEST_VERSION}
echo "hil=${hil}"
# Build the test code with make and flash it to the board
- name: Build
run: |
Expand Down

0 comments on commit dafc3ba

Please sign in to comment.