From 7353a1f28b0a9107c5d7aaeb384cac7a89a4787a Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Sat, 14 Dec 2024 07:28:17 +0530 Subject: [PATCH] [CI]: diagnostics: disabled xcpretty to print full error logs --- .github/workflows/rebase.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index ba3b5473..a4c89d1f 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -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