[CI]: diagnostics: disabled xcpretty to print full error logs

This commit is contained in:
Magesh K
2024-12-14 07:28:17 +05:30
parent b757410044
commit 7353a1f28b

View File

@@ -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