unset PREFIX didn't work on CI
This commit is contained in:
parent
6251325941
commit
1b3883b47e
|
@ -604,9 +604,7 @@ jobs:
|
||||||
- run: mkdir ~/junit
|
- run: mkdir ~/junit
|
||||||
- run:
|
- run:
|
||||||
name: Configure Detox
|
name: Configure Detox
|
||||||
# Removes "nvm is not compatible with the "PREFIX" environment variable: currently set to "/usr/local"" error
|
|
||||||
command: |
|
command: |
|
||||||
unset PREFIX
|
|
||||||
brew tap wix/brew
|
brew tap wix/brew
|
||||||
brew install applesimutils
|
brew install applesimutils
|
||||||
yarn detox clean-framework-cache && yarn detox build-framework-cache
|
yarn detox clean-framework-cache && yarn detox build-framework-cache
|
||||||
|
|
Loading…
Reference in New Issue