Skip to content

Commit

Permalink
test: ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Sep 10, 2024
1 parent d9790ea commit 2c6e09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c6e09f

Please sign in to comment.