mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
- CI: Makefile and CI bug-fixes
This commit is contained in:
@@ -71,6 +71,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p build/logs
|
||||
make -B boot-sim-async | tee -a build/logs/test.log
|
||||
exit ${PIPESTATUS[0]}
|
||||
|
||||
- name: Install dependencies - ldid & xcbeautify & xcpretty
|
||||
run: |
|
||||
@@ -258,6 +259,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p build/logs
|
||||
make -B sim-boot-check | tee -a build/logs/test.log
|
||||
exit ${PIPESTATUS[0]}
|
||||
|
||||
- name: Start Recording UI tests (if DEBUG_RECORD_TESTS is set to 1)
|
||||
if: ${{ vars.DEBUG_RECORD_TESTS == '1' }}
|
||||
|
||||
Reference in New Issue
Block a user