Skip to content

Commit 68cc654

Browse files
committed
test 7, change to device order
1 parent 4453b8c commit 68cc654

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/hil-unity-checks.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
rm -rf ~/.arduino15/packages/Infineon/hardware/xmc/*
103103
ln -s $GITHUB_WORKSPACE ~/.arduino15/packages/Infineon/hardware/xmc/$TEST_VERSION
104104
105+
hil=${{ toJson(needs.setup.outputs.hil) }}
105106
REPO="$(basename "$GITHUB_REPOSITORY")"
106107
DEVICE="$(basename ${{ matrix.device }} )"
107108
@@ -113,13 +114,17 @@ jobs:
113114
echo "Device " $DEVICE
114115
echo "Version " ${TEST_VERSION}
115116
117+
echo "hil=${hil}"
118+
119+
# Build the test code with make and flash it to the board
120+
- name: Build
121+
run: |
122+
cd /opt/runner_support/
123+
124+
125+
116126
117-
# # Build the test code with make and flash it to the board
118-
# - name: Build
119-
# run: |
120-
# cd /opt/runner_support/
121127
122-
# hil=${{ toJson(needs.setup.outputs.hil) }}
123128
# lib=$(./py_checkusb.py --type ${{ env.library }} --json)
124129
# if [[ -z $lib || $lib == "{}" ]]; then
125130
# echo "No library information found"

0 commit comments

Comments
 (0)