You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/hardware-bu585.yml
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -165,17 +165,10 @@ jobs:
165
165
west build -p always -b b_u585i_iot02a src/samples/mini/zephyr
166
166
west flash --extload=/usr/local/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/ExternalLoader/MX25LM51245G_STM32U585I-IOT02A.stldr
167
167
168
-
mini-test:
169
-
name: Mini Validation Test
170
-
needs: mini-flash
171
-
runs-on: zephyr-xlarge-runner
172
-
173
-
steps:
174
-
- name: Checkout
175
-
uses: actions/checkout@v4
176
-
177
168
- name: Run mini sample Test Case
178
169
run: |
170
+
. /opt/zephyr-venv/bin/activate
171
+
pip install pyserial
179
172
cd tests_hw && bash beginTests.sh "mini"
180
173
181
174
- name: Print mini sample Test Case Logs
@@ -233,17 +226,10 @@ jobs:
233
226
west build -p always -b b_u585i_iot02a src/samples/demo/zephyr
234
227
west flash --extload=/usr/local/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/ExternalLoader/MX25LM51245G_STM32U585I-IOT02A.stldr --hex-file build/zephyr/merged.hex
0 commit comments