Skip to content

Commit

Permalink
test: checking xcodebuild for other simulators 2
Browse files Browse the repository at this point in the history
  • Loading branch information
obstar committed Jul 18, 2024
1 parent d8c5b02 commit f12ff8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: 🔨 Build app for iOS simulator
run: xcodebuild -showsdks
- name: 🔨 Build app for iOS simulator
run: xcodebuild -runFirstLaunch
- name: 🔨 Get more iOS simulators
run: xcodebuild -downloadPlatform iOS
- 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
Expand Down

0 comments on commit f12ff8c

Please sign in to comment.