diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index d94831277..9fa2e3ea3 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -29,19 +29,15 @@ jobs: - name: Select latest Xcode uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98 with: - xcode-version: '14.3.1' + xcode-version: '14.3' - name: Log xcodebuild Version run: | xcodebuild -version - - name: Run Frames Unit Tests - run: | - set -o pipefail && xcodebuild -scheme FramesTests test -destination "${destination}" - - name: Run Checkout Tests run: | - set -o pipefail && xcodebuild clean build test -scheme CheckoutTests -destination "${destination}" | xcpretty + set -o pipefail && xcodebuild -scheme CheckoutTests test -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest" - name: Build Checkout SPM Test Project run: |