Skip to content

Commit

Permalink
ci(detox-ios): install iPhone 11
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 8, 2024
1 parent 8a86602 commit fa86465
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ jobs:
- name: Print Simulators
run: applesimutils --list

- name: Install iPhone 11 Simulator
run: |
xcrun simctl create "iPhone 11" com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-17-0
- name: Detox Build iOS Configuration
run: yarn detox:build:ios

Expand Down

0 comments on commit fa86465

Please sign in to comment.