unset PREFIX

This commit is contained in:
Diego Mello 2023-02-27 17:10:37 -03:00
parent e7b7f8e613
commit 3960a53060
1 changed files with 3 additions and 1 deletions

View File

@ -595,14 +595,16 @@ jobs:
- save_cache: *save-npm-cache-mac
- run:
name: Configure Detox
# Removes "nvm is not compatible with the "PREFIX" environment variable: currently set to "/usr/local"" error
command: |
unset PREFIX
brew tap wix/brew
brew install applesimutils
yarn detox clean-framework-cache && yarn detox build-framework-cache
- create-e2e-account-file
- run:
name: Run tests
command: |
yarn detox clean-framework-cache && yarn detox build-framework-cache
TEST=$(circleci tests glob "e2e/tests/**/*.ts" | circleci tests split)
yarn e2e:ios-test $TEST
- store_artifacts: