Skip to content

Commit

Permalink
🧪 Running with latest macos and iphone sim
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodordio committed Dec 16, 2024
1 parent 2f799fc commit 335446c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Build and test
run: |
xcodebuild test -project swift-sdk.xcodeproj -scheme swift-sdk -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14' -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO | xcpretty && exit ${PIPESTATUS[0]}
xcodebuild test -project swift-sdk.xcodeproj -scheme swift-sdk -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16 Pro' -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO | xcpretty && exit ${PIPESTATUS[0]}
- name: CocoaPods lint
run: pod lib lint
Expand Down
2 changes: 1 addition & 1 deletion tests/endpoint-tests/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ sed -e "s/\(apiKey = \).*$/\1\"$api_key\"/" \
xcodebuild -project swift-sdk.xcodeproj \
-scheme endpoint-tests \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 14' \
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \
test | xcpretty

0 comments on commit 335446c

Please sign in to comment.