Skip to content

Commit

Permalink
Update ios-build-test.yml (#2207)
Browse files Browse the repository at this point in the history
PR bumping github action for building iOS and macOS
  • Loading branch information
WoLewicki authored Jan 15, 2024
1 parent a33cb31 commit 615f0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 --simulator="iPhone 14 Pro"
run: npx react-native@latest run-ios --simulator="iPhone 14 Pro" --mode Debug --verbose --terminal /bin/zsh
2 changes: 1 addition & 1 deletion .github/workflows/macos-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:

- name: Build app
working-directory: ${{ matrix.working-directory }}
run: npx react-native run-macos
run: npx react-native@latest run-macos --verbose --terminal /bin/zsh

0 comments on commit 615f0c6

Please sign in to comment.