Skip to content

Commit

Permalink
chore(detox-ios): try using same setup as js-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 8, 2024
1 parent 0827693 commit fe9a99f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci-detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,17 @@ 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: Install iPhone 11 Simulator
# run: |
# xcrun simctl create "iPhone 11" com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-17-0

- name: Setup iOS Simulator
uses: futureware-tech/simulator-action@bfa03d93ec9de6dacb0c5553bbf8da8afc6c2ee9 #pin @v3
with:
model: "iPhone 11"
os_version: =17.0 # https://github.com/futureware-tech/simulator-action/wiki
shutdown_after_job: true
erase_before_boot: true # change to true for temporary fix when some of the tests are failing

- name: Detox Build iOS Configuration
run: yarn detox:build:ios
Expand Down

0 comments on commit fe9a99f

Please sign in to comment.