Skip to content

Commit

Permalink
chore: update UI test device
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Nov 1, 2023
1 parent e8f795a commit 51332fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: UI test Authenticator on iOS
run: xcodebuild test -project Tests/AuthenticatorHostApp/AuthenticatorHostApp.xcodeproj -scheme AuthenticatorHostApp -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}
run: xcodebuild test -project Tests/AuthenticatorHostApp/AuthenticatorHostApp.xcodeproj -scheme AuthenticatorHostApp -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 15 Pro Max,OS=latest' | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}

0 comments on commit 51332fe

Please sign in to comment.