Skip to content

Commit

Permalink
Add back -quiet in xcodebuild CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Jarvis committed Nov 13, 2024
1 parent 75c9bc6 commit f268589
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
run: swiftlint .
ui-tests:
strategy:
fail-fast: false
matrix:
include:
- os: macos-12
Expand All @@ -44,4 +43,4 @@ jobs:
- name: Boot simulator
run: xcrun simctl boot '${{ matrix.sim }}'
- name: Run tests
run: xcodebuild -project ./Example/Example.xcodeproj -scheme Example test -destination platform='iOS Simulator',name='${{ matrix.sim }}' -enableCodeCoverage YES -derivedDataPath "./output"
run: xcodebuild -project ./Example/Example.xcodeproj -scheme Example test -destination platform='iOS Simulator',name='${{ matrix.sim }}' -quiet -enableCodeCoverage YES -derivedDataPath "./output"

0 comments on commit f268589

Please sign in to comment.