Skip to content

Commit

Permalink
update: check ios sdks on gha mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
obstar committed Jul 18, 2024
1 parent 8177e1d commit 06a8f8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: npm run build:cap

- name: 🔨 Build app for iOS simulator
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator17.5 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
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

# - name: 🏃🏼 Run tests for iOS simulator
# run:

0 comments on commit 06a8f8c

Please sign in to comment.