Skip to content

Commit c4d8d00

Browse files
committed
fix: build command
1 parent 5c6c6c1 commit c4d8d00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
if: steps.cache-app-restore.outputs.cache-hit != 'true'
200200
working-directory: apps/${{ matrix.app }}
201201
run: |
202-
pnpm react-native build-ios --simulator='iPhone 16 Pro' --no-packager
202+
pnpm react-native build-ios
203203
204204
- name: Save app to cache
205205
if: steps.cache-app-restore.outputs.cache-hit != 'true' && success()

0 commit comments

Comments
 (0)