Skip to content

Commit e945f35

Browse files
committed
[ci] Always execute all steps on macOS and Windows
1 parent 5dc5370 commit e945f35

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,22 @@ jobs:
5353
git submodule update --init --jobs 8
5454
5555
- name: Hosted Unittests
56+
if: always()
5657
run: |
5758
(cd test && make run-hosted-darwin)
5859
5960
- name: Hosted Examples
61+
if: always()
6062
run: |
6163
(cd examples && ../tools/scripts/examples_compile.py linux)
6264
6365
- name: Compile STM32 Examples
66+
if: always()
6467
run: |
6568
(cd examples && ../tools/scripts/examples_compile.py nucleo_f031k6 nucleo_f103rb nucleo_f303re nucleo_f411re nucleo_f746zg)
6669
(cd examples && ../tools/scripts/examples_compile.py nucleo_g071rb nucleo_l031k6 nucleo_l152re nucleo_l476rg nucleo_g474re)
6770
6871
- name: Compile AVR Examples
72+
if: always()
6973
run: |
7074
(cd examples && ../tools/scripts/examples_compile.py avr)

.github/workflows/windows_hosted.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
(cd examples && python ../tools/scripts/examples_compile.py linux/assert linux/block_device linux/build_info linux/git linux/logger linux/printf)
6060
6161
- name: Hosted Unittests
62+
if: always()
6263
shell: bash
6364
run: |
6465
(cd test && make run-hosted-windows)

0 commit comments

Comments
 (0)