Skip to content

Commit

Permalink
Use xcbeautify
Browse files Browse the repository at this point in the history
  • Loading branch information
hicka04 committed Jun 13, 2024
1 parent 642104b commit ed3ec1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:

- name: Build
run: |
set -eo pipefaile
./gradlew shared:assembleSharedReleaseXCFramework
xcodebuild build-for-testing -project $project -scheme $scheme -destination "platform=iOS Simulator,name=$device"
xcodebuild build-for-testing -project $project -scheme $scheme -destination "platform=iOS Simulator,name=$device" | xcbeautify
- name: Test
run: |
xcodebuild test-without-building -project $project -scheme $scheme -destination "platform=iOS Simulator,name=$device"
set -eo pipefaile
xcodebuild test-without-building -project $project -scheme $scheme -destination "platform=iOS Simulator,name=$device" | xcbeautify

0 comments on commit ed3ec1e

Please sign in to comment.