Update ios-build-test.yml (#2207)

PR bumping github action for building iOS and macOS
This commit is contained in:
Wojciech Lewicki
2024-01-15 15:56:50 +01:00
committed by GitHub
parent a33cb315f1
commit 615f0c68d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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