mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53: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 ""
|
echo ""
|
||||||
|
|
||||||
- name: Build SideStore
|
- 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
|
- name: Fakesign app
|
||||||
run: make fakesign
|
run: make fakesign
|
||||||
|
|||||||
Reference in New Issue
Block a user