[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 398b26b580
commit bfba242a02

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