Skip to content

Commit 8f663ea

Browse files
committed
Test 3, more simple solution via existing yaml
1 parent 21df025 commit 8f663ea

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

+10-2
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,25 @@ jobs:
115115
echo "Repo " $REPO
116116
echo "Libraries " $LIBRARY
117117
echo "Version " ${TEST_VERSION}
118-
echo "XMC_TEST " $XMC_TEST
119118
echo "Serials " $SERIALS
120119
121120
122-
123121
# Build the test code with make and flash it to the board
124122
- name: Build
125123
run: |
126124
cd /opt/runner_support/
125+
126+
for serial in "${evn.serials[@]}"; do
127+
echo "Serial: $serial"
128+
done
129+
127130
echo "BUILD"
128131
132+
133+
134+
135+
136+
129137
#############################################################################
130138
# Switch off the HIL after all tests are done
131139
post:

0 commit comments

Comments
 (0)