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

This reverts commit 01a3b8ba9d9cc8bd24e974aa0116bc9c3e0e38ac.
This commit is contained in:
Magesh K
2024-12-14 18:30:50 +05:30
parent 8f20b5bb8d
commit d96056762f

View File

@@ -118,8 +118,7 @@ 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