You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Copy artifact, even if unit tests fail
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user