mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
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:
2
.github/workflows/e2e-ios.yml
vendored
2
.github/workflows/e2e-ios.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user