Skip to content

Commit

Permalink
Update unit-tests-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Aug 8, 2024
1 parent b697b0f commit 9a42141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: CocoaPod Install
run: pod install
- name: Test
run: xcodebuild test -scheme segment-appsflyer-ios -workspace segment-appsflyer-ios.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 13' | xcpretty && exit ${PIPESTATUS[0]}
run: xcodebuild test -scheme segment-appsflyer-ios -workspace segment-appsflyer-ios.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' | xcpretty && exit ${PIPESTATUS[0]}

0 comments on commit 9a42141

Please sign in to comment.