From 6ce891ed0fa2d053735ef3104677ad390404553d Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:43:54 -0400 Subject: [PATCH] Removing xcbeautify to try to understand build failure --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7329fa3..cb06a59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,4 +34,4 @@ jobs: with: submodules: recursive - name: Test platform ${{ matrix.destination }} - run: set -o pipefail && xcodebuild -scheme ThemePark -destination "${{ matrix.destination }}" test | xcbeautify + run: set -o pipefail && xcodebuild -scheme ThemePark -destination "${{ matrix.destination }}" test