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