We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081ea44 commit 8cdc4a2Copy full SHA for 8cdc4a2
.circleci/config.yml
@@ -201,7 +201,10 @@ jobs:
201
command: ./scripts/ios_e2e.sh 'run_simulator'
202
- run:
203
name: Build iOS app
204
- command: yarn build:e2e:ios
+ command: |
205
+ # Workaround for `nvm is not compatible with the "PREFIX" environment variable`
206
+ echo > node_modules/react-native/scripts/find-node.sh
207
+ yarn build:e2e:ios
208
209
name: Run e2e tests
210
command: yarn test:e2e:ios
0 commit comments