Skip to content

Commit

Permalink
Try and skip simulator step
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Oct 10, 2023
1 parent 46e039c commit f35ae3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
run: ccache --set-config="compiler_check=content"

# TODO: Remove if this becomes unneeded in the future
- name: Invoke the simulator (making subsequent "open -a Simulator" calls work)
if: ${{ matrix.platform == 'ios' }}
run: open -a /Applications/Xcode_${{ matrix.xcode }}/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator
# - name: Invoke the simulator (making subsequent "open -a Simulator" calls work)
# if: ${{ matrix.platform == 'ios' }}
# run: open -a /Applications/Xcode_${{ matrix.xcode }}/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator

- name: Install dependencies of the CLI
run: npm ci
Expand Down

0 comments on commit f35ae3a

Please sign in to comment.