mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[CI]: diagnostics: disabled xcpretty to print full error logs
This commit is contained in:
3
.github/workflows/rebase.yml
vendored
3
.github/workflows/rebase.yml
vendored
@@ -118,7 +118,8 @@ jobs:
|
||||
echo ""
|
||||
|
||||
- name: Build SideStore
|
||||
run: make build | xcpretty && exit ${PIPESTATUS[0]}
|
||||
# run: make build | xcpretty && exit ${PIPESTATUS[0]}
|
||||
run: make build && exit ${PIPESTATUS[0]}
|
||||
|
||||
- name: Fakesign app
|
||||
run: make fakesign
|
||||
|
||||
Reference in New Issue
Block a user