fix: iOS E2E action (#2510)

# Summary

`run-ios` script has been removed from `react-native@latest` so we
shouldn't use that (and probably should migrate to
@react-native-community/cli in the future)
This commit is contained in:
Jakub Grzywacz
2024-10-25 17:25:59 +02:00
committed by GitHub
parent 0c4f58d9f5
commit 8be900eee3

View File

@@ -79,7 +79,7 @@ jobs:
- name: Build app
working-directory: apps/${{ matrix.working-directory }}
run: E2E=true npx react-native@latest run-ios --simulator="${{ env.DEVICE }}" --mode Debug --verbose
run: E2E=true npx react-native run-ios --simulator="${{ env.DEVICE }}" --mode Debug --verbose
- name: Run e2e Tests
run: E2E=true yarn e2e