diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b19b13..5cdd55f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,8 +65,8 @@ jobs: key: ${{ runner.os }}-deriveddata-${{ hashFiles('**/*.xcodeproj/project.pbxproj') }} - name: Test run: | - set -o pipefail && xcodebuild -scheme MiniSim -destination 'platform=macOS' \ + xcodebuild -scheme MiniSim -destination 'platform=macOS' \ -skipPackagePluginValidation -skipMacroValidation \ -derivedDataPath ${{ env.DERIVED_DATA_PATH }} \ test-without-building \ - COMPILER_INDEX_STORE_ENABLE=NO | xcbeautify --renderer github-actions + COMPILER_INDEX_STORE_ENABLE=NO