Remove detox-cli install
This commit is contained in:
parent
1f41f3f2ba
commit
38df3641be
|
@ -454,10 +454,6 @@ jobs:
|
|||
- restore_cache: *restore-npm-cache-linux
|
||||
- run: *install-npm-modules
|
||||
- restore_cache: *restore-gradle-cache
|
||||
- run:
|
||||
name: Configure Detox
|
||||
command: |
|
||||
npm install -g detox-cli
|
||||
- run:
|
||||
name: Run Detox Tests
|
||||
command: |
|
||||
|
@ -484,7 +480,6 @@ jobs:
|
|||
- run:
|
||||
name: Configure Detox
|
||||
command: |
|
||||
npm install -g detox-cli
|
||||
brew tap wix/brew
|
||||
brew install applesimutils
|
||||
- run:
|
||||
|
|
Loading…
Reference in New Issue