Copy artifact, even if unit tests fail

This commit is contained in:
Thomas Farstrike
2026-03-24 19:24:52 +01:00
parent 622c531d66
commit 4c741a8b05
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,6 +39,7 @@ jobs:
- name: Build LVGL MicroPython for macOS dev
run: |
./scripts/build_mpos.sh macOS
cp lvgl_micropython/build/lvgl_micropy_macOS lvgl_micropython/build/MicroPythonOS_intel_macOS_${{ steps.version.outputs.OS_VERSION }}.bin
- name: Run syntax tests on macOS
run: |
@@ -48,7 +49,6 @@ jobs:
- name: Run unit tests on macOS
run: |
./tests/unittest.sh
mv lvgl_micropython/build/lvgl_micropy_macOS lvgl_micropython/build/MicroPythonOS_intel_macOS_${{ steps.version.outputs.OS_VERSION }}.bin
continue-on-error: true
- name: Upload built binary as artifact
+1 -1
View File
@@ -39,6 +39,7 @@ jobs:
- name: Build LVGL MicroPython for macOS dev
run: |
./scripts/build_mpos.sh macOS
cp lvgl_micropython/build/lvgl_micropy_macOS lvgl_micropython/build/MicroPythonOS_arm64_macOS_${{ steps.version.outputs.OS_VERSION }}.bin
- name: Run syntax tests on macOS
run: |
@@ -48,7 +49,6 @@ jobs:
- name: Run unit tests on macOS
run: |
./tests/unittest.sh
mv lvgl_micropython/build/lvgl_micropy_macOS lvgl_micropython/build/MicroPythonOS_arm64_macOS_${{ steps.version.outputs.OS_VERSION }}.bin
continue-on-error: true
- name: Upload built binary as artifact