Skip to content

Commit

Permalink
Bring the Simulator to the foreground after booting it
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Nov 16, 2021
1 parent 16de5c5 commit 82ae360
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rnmobile-ios-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,12 @@ jobs:
- name: TEST - Print simulators list
run: xcrun simctl list --json

- name: TEST - Force opening Simulator app
- name: TEST - Force booting Simulator app
run: xcrun simctl boot "${{ matrix.device }}"

- name: TEST - Bring Simulator to the foreground
run: open -Fn /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer/Applications/Simulator.app

- name: Run iOS Device Tests
run: TEST_RN_PLATFORM=ios npm run native device-tests:local ${{ matrix.native-test-name }}

Expand Down

0 comments on commit 82ae360

Please sign in to comment.