Remove detox-cli install

This commit is contained in:
Diego Mello 2023-01-26 15:36:14 -03:00
parent 1f41f3f2ba
commit 38df3641be
1 changed files with 0 additions and 5 deletions

View File

@ -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: