Skip to content

Commit

Permalink
build(ci): preboot simulators (#9370)
Browse files Browse the repository at this point in the history
* try prebooting sim using macos orb

* whoops
  • Loading branch information
brainbicycle authored Oct 10, 2023
1 parent 3559330 commit 28e0c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ jobs:
- install-cocoapods
- build-app-ios
- macos/install-rosetta
- macos/preboot-simulator:
device: "iPhone 14 Pro"
version: "16.4"
- run:
name: Run tests if native code has changed
command: ls xcode_test_raw.log || ./scripts/ci-test-ios
Expand Down

0 comments on commit 28e0c8e

Please sign in to comment.