Skip to content

Commit

Permalink
chore(detox-ios): remove simulator helper
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 9, 2024
1 parent 5ea159f commit 81c425b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci-detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ios:
name: Detox iOS E2E Testing
needs: [libraries]
runs-on: macos-latest
runs-on: macos-14
# strategy:
# matrix:
# runners: [[self-hosted, macos, general, detox-ios]]
Expand Down Expand Up @@ -108,17 +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: 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: 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 81c425b

Please sign in to comment.