Skip to content

Commit

Permalink
[162] Modify the way the destination is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
akidon0000 committed Mar 14, 2024
1 parent f3321f5 commit 26598f2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
run: pod install

- name: Xcode UnitTest
run: set -o pipefail &&
xcodebuild test
-workspace univIP.xcworkspace
-scheme univIP
-sdk iphonesimulator
-destination platform='iOS Simulator,name=iPhone 13 Pro Max'
-skip-testing:univIPUITests
clean test
run: |
set -o pipefail &&
xcodebuild test \
-workspace univIP.xcworkspace \
-scheme univIP \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 14 Pro Max,OS=17.2' \
-skip-testing:univIPUITests \
clean test

0 comments on commit 26598f2

Please sign in to comment.