diff --git a/.github/workflows/build-example.yml b/.github/workflows/build-example.yml index 07aa779..5cdfad0 100644 --- a/.github/workflows/build-example.yml +++ b/.github/workflows/build-example.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v2 - name: Build Package - run: xcodebuild clean build -scheme ${{ env.PACKAGE_NAME }} -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty + run: xcodebuild clean build -scheme ${{ env.PACKAGE_NAME }} -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty && exit ${PIPESTATUS[0]} build-iOS-example: name: Build iOS examples