From 2c6e09ff4a430d843ab2d03a6e83c4242c09f914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Tue, 10 Sep 2024 19:24:27 +0200 Subject: [PATCH] test: ci fail --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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