From e316a65c61ee48d58d10806728560f8be931d72f Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:10:57 -0400 Subject: [PATCH] Remove xcbeautify temporarily for visionOS CI debugging --- .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 7bfd3a8..e8f57ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test platform ${{ matrix.destination }} - run: set -o pipefail && xcodebuild -scheme TextStory-Package -destination "${{ matrix.destination }}" test | xcbeautify + run: xcodebuild -scheme TextStory-Package -destination "${{ matrix.destination }}" test