Skip to content

Commit c458b3e

Browse files
committed
Test 3, more simple solution via existing yaml
1 parent 52e0565 commit c458b3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hil-library-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,17 @@ jobs:
104104
cd /opt/runner_support/
105105
106106
REPO="$(basename "$GITHUB_REPOSITORY")"
107-
LIBRARY=${{ matrix.libraries }}
107+
LIBRARY="$(basename ${{ matrix.libraries }} )"
108108
serials=$(echo $(./py_checkusb.py --type ${LIBRARY} --list serial --json) | jq ".\"${REPO}\"" --compact-output )
109109
echo "serials=${serials}" >> $GITHUB_OUTPUT
110110
111111
echo "repo=$REPO" >> $GITHUB_ENV
112-
echo "libraries=$LIBRARIES" >> $GITHUB_ENV
112+
echo "library=$LIBRARy" >> $GITHUB_ENV
113113
echo "version=$TEST_VERSION" >> $GITHUB_ENV
114114
echo "serials=$SERIALS" >> $GITHUB_ENV
115115
116116
echo "Repo " $REPO
117-
echo "Libraries " $LIBRARIES
117+
echo "Libraries " $LIBRARY
118118
echo "Version " ${TEST_VERSION}
119119
echo "XMC_TEST " $XMC_TEST
120120
echo "Serials " $SERIALS

0 commit comments

Comments
 (0)