diff --git a/.github/workflows/build-example.yml b/.github/workflows/build-example.yml index 160187d..77fa1e3 100644 --- a/.github/workflows/build-example.yml +++ b/.github/workflows/build-example.yml @@ -30,6 +30,6 @@ jobs: - name: Build iOS run: | - xcodebuild clean build -project "Example/Example.xcodeproj" -scheme "Example" | xcpretty + xcodebuild clean build -project "Example/Example.xcodeproj" -scheme "Example" | xcpretty && exit ${PIPESTATUS[0]} env: destination: ${{ matrix.iosDestination }}