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