We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21df025 commit 8f663eaCopy full SHA for 8f663ea
.github/workflows/hil-library-test.yml
@@ -115,17 +115,25 @@ jobs:
115
echo "Repo " $REPO
116
echo "Libraries " $LIBRARY
117
echo "Version " ${TEST_VERSION}
118
- echo "XMC_TEST " $XMC_TEST
119
echo "Serials " $SERIALS
120
121
122
-
123
# Build the test code with make and flash it to the board
124
- name: Build
125
run: |
126
cd /opt/runner_support/
+
+ for serial in "${evn.serials[@]}"; do
127
+ echo "Serial: $serial"
128
+ done
129
130
echo "BUILD"
131
132
133
134
135
136
137
#############################################################################
138
# Switch off the HIL after all tests are done
139
post:
0 commit comments