Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
okhan-okbay-cko committed Aug 29, 2023
1 parent 4c119c8 commit 74843b3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 74843b3

Please sign in to comment.