Skip to content

Commit

Permalink
Fix xcpretty usage for false positive success
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjcolley committed Jan 28, 2024
1 parent 3035a06 commit 3acbf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Xcodebuild iOS Renderer (non-static)
run: |
cd ios
xcodebuild \
set -o pipefail && xcodebuild \
-workspace ViroRenderer.xcworkspace \
-scheme ViroKit \
-sdk iphoneos \
Expand Down

0 comments on commit 3acbf92

Please sign in to comment.