2020 run : |
2121 (cd test/all && python3 run_all.py at --quick-remaining)
2222 - name : Upload log artifacts
23+ if : always()
2324 uses : actions/upload-artifact@v2
2425 with :
2526 name : avr-compile-all
4041 run : |
4142 (cd test/all && python3 run_all.py samd --quick-remaining)
4243 - name : Upload log artifacts
44+ if : always()
4345 uses : actions/upload-artifact@v2
4446 with :
4547 name : samd-compile-all
6062 run : |
6163 (cd test/all && python3 run_all.py stm32f0 --quick-remaining)
6264 - name : Upload log artifacts
65+ if : always()
6366 uses : actions/upload-artifact@v2
6467 with :
6568 name : stm32f0-compile-all
8083 run : |
8184 (cd test/all && python3 run_all.py stm32f1 --quick-remaining)
8285 - name : Upload log artifacts
86+ if : always()
8387 uses : actions/upload-artifact@v2
8488 with :
8589 name : stm32f1-compile-all
@@ -100,6 +104,7 @@ jobs:
100104 run : |
101105 (cd test/all && python3 run_all.py stm32f2 --quick-remaining)
102106 - name : Upload log artifacts
107+ if : always()
103108 uses : actions/upload-artifact@v2
104109 with :
105110 name : stm32f2-compile-all
@@ -120,6 +125,7 @@ jobs:
120125 run : |
121126 (cd test/all && python3 run_all.py stm32f3 --quick-remaining)
122127 - name : Upload log artifacts
128+ if : always()
123129 uses : actions/upload-artifact@v2
124130 with :
125131 name : stm32f3-compile-all
@@ -140,6 +146,7 @@ jobs:
140146 run : |
141147 (cd test/all && python3 run_all.py stm32f4 --quick-remaining --split 3 --part 0)
142148 - name : Upload log artifacts
149+ if : always()
143150 uses : actions/upload-artifact@v2
144151 with :
145152 name : stm32f4-compile-all-1
@@ -160,6 +167,7 @@ jobs:
160167 run : |
161168 (cd test/all && python3 run_all.py stm32f4 --quick-remaining --split 3 --part 1)
162169 - name : Upload log artifacts
170+ if : always()
163171 uses : actions/upload-artifact@v2
164172 with :
165173 name : stm32f4-compile-all-2
@@ -180,6 +188,7 @@ jobs:
180188 run : |
181189 (cd test/all && python3 run_all.py stm32f4 --quick-remaining --split 3 --part 2)
182190 - name : Upload log artifacts
191+ if : always()
183192 uses : actions/upload-artifact@v2
184193 with :
185194 name : stm32f4-compile-all-3
@@ -200,6 +209,7 @@ jobs:
200209 run : |
201210 (cd test/all && python3 run_all.py stm32f7 --quick-remaining --split 2 --part 0)
202211 - name : Upload log artifacts
212+ if : always()
203213 uses : actions/upload-artifact@v2
204214 with :
205215 name : stm32f7-compile-all-1
@@ -220,6 +230,7 @@ jobs:
220230 run : |
221231 (cd test/all && python3 run_all.py stm32f7 --quick-remaining --split 2 --part 1)
222232 - name : Upload log artifacts
233+ if : always()
223234 uses : actions/upload-artifact@v2
224235 with :
225236 name : stm32f7-compile-all-2
@@ -260,6 +271,7 @@ jobs:
260271 run : |
261272 (cd test/all && python3 run_all.py stm32l1 --quick-remaining)
262273 - name : Upload log artifacts
274+ if : always()
263275 uses : actions/upload-artifact@v2
264276 with :
265277 name : stm32l1-compile-all
@@ -280,6 +292,7 @@ jobs:
280292 run : |
281293 (cd test/all && python3 run_all.py stm32l4 --quick-remaining --split 3 --part 0)
282294 - name : Upload log artifacts
295+ if : always()
283296 uses : actions/upload-artifact@v2
284297 with :
285298 name : stm32l4-compile-all-1
@@ -300,6 +313,7 @@ jobs:
300313 run : |
301314 (cd test/all && python3 run_all.py stm32l4 --quick-remaining --split 3 --part 1)
302315 - name : Upload log artifacts
316+ if : always()
303317 uses : actions/upload-artifact@v2
304318 with :
305319 name : stm32l4-compile-all-2
@@ -320,6 +334,7 @@ jobs:
320334 run : |
321335 (cd test/all && python3 run_all.py stm32l4 --quick-remaining --split 3 --part 2)
322336 - name : Upload log artifacts
337+ if : always()
323338 uses : actions/upload-artifact@v2
324339 with :
325340 name : stm32l4-compile-all-3
@@ -340,6 +355,7 @@ jobs:
340355 run : |
341356 (cd test/all && python3 run_all.py stm32g0 --quick-remaining)
342357 - name : Upload log artifacts
358+ if : always()
343359 uses : actions/upload-artifact@v2
344360 with :
345361 name : stm32g0-compile-all
@@ -360,6 +376,7 @@ jobs:
360376 run : |
361377 (cd test/all && python3 run_all.py stm32g4 --quick-remaining --split 2 --part 0)
362378 - name : Upload log artifacts
379+ if : always()
363380 uses : actions/upload-artifact@v2
364381 with :
365382 name : stm32g4-compile-all-1
@@ -380,6 +397,7 @@ jobs:
380397 run : |
381398 (cd test/all && python3 run_all.py stm32g4 --quick-remaining --split 2 --part 1)
382399 - name : Upload log artifacts
400+ if : always()
383401 uses : actions/upload-artifact@v2
384402 with :
385403 name : stm32g4-compile-all-2
0 commit comments