Skip to content

Commit

Permalink
chore(gha): testing self-hosted macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Aug 1, 2024
1 parent 62057d4 commit 2a25776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: xcrun simctl list

- name: 🔨 Build app for iOS simulator
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator17.2 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator17.0 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

- name: 📱 Start iOS simulator
run: open -a Simulator.app &
Expand Down

0 comments on commit 2a25776

Please sign in to comment.