We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6c6c1 commit c4d8d00Copy full SHA for c4d8d00
1 file changed
.github/workflows/e2e-tests.yml
@@ -199,7 +199,7 @@ jobs:
199
if: steps.cache-app-restore.outputs.cache-hit != 'true'
200
working-directory: apps/${{ matrix.app }}
201
run: |
202
- pnpm react-native build-ios --simulator='iPhone 16 Pro' --no-packager
+ pnpm react-native build-ios
203
204
- name: Save app to cache
205
if: steps.cache-app-restore.outputs.cache-hit != 'true' && success()
0 commit comments