Skip to content

Commit

Permalink
chore(qa): update iphonesimulator to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Nov 22, 2024
1 parent c6b4712 commit 1fe7910
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: 🔨 Build app for iOS simulator
run: |
xcodebuild -showsdks
xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator17.5 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator18.0 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
- name: 📱 Start appium
run: appium &
Expand Down

0 comments on commit 1fe7910

Please sign in to comment.