Skip to content

Commit

Permalink
fix: add simulator to CI on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki committed Nov 27, 2023
1 parent 2f4edc7 commit c3e6f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:

- name: Build app
working-directory: ${{ matrix.working-directory }}
run: npx react-native run-ios
run: npx react-native run-ios --simulator="iPhone 14 Pro"

0 comments on commit c3e6f11

Please sign in to comment.