diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index aec93ed12..c43539746 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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 \