Skip to content

Commit

Permalink
style(ci): send xcodebuild output through xcbeautify because wow verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jan 26, 2024
1 parent 41dc1a9 commit 534a365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@ jobs:
export SKIP_BUNDLING=1
export RCT_NO_LAUNCH_PACKAGER=1
set -o pipefail
yarn example:devcopy && yarn example:install && cd RNFBSDKExample/ios && xcodebuild -scheme RNFBSDKExample -workspace RNFBSDKExample.xcworkspace VALID_ARCHS=\"`uname -m`\" ONLY_ACTIVE_ARCH=YES -sdk iphonesimulator -configuration Debug
yarn example:devcopy && yarn example:install && cd RNFBSDKExample/ios
xcodebuild -scheme RNFBSDKExample -workspace RNFBSDKExample.xcworkspace VALID_ARCHS=\"`uname -m`\" ONLY_ACTIVE_ARCH=YES -sdk iphonesimulator -configuration Debug | xcbeautify

0 comments on commit 534a365

Please sign in to comment.