From dafc3bade80b20cf042d323d1028e5d9d7dcf416 Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Wed, 30 Oct 2024 16:31:20 +0100 Subject: [PATCH] test 7, change to device order --- .github/workflows/hil-unity-checks.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hil-unity-checks.yml b/.github/workflows/hil-unity-checks.yml index 7007ee0b..1a10041b 100644 --- a/.github/workflows/hil-unity-checks.yml +++ b/.github/workflows/hil-unity-checks.yml @@ -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: |