Commit 845e2dbb authored by Martin Santangelo's avatar Martin Santangelo

(fix) detox cli not build

parent 8322be44
No related merge requests found
......@@ -115,7 +115,7 @@ jobs:
brew update
brew tap wix/brew
brew install --HEAD applesimutils
yarn global add detox-cli
npm install -g detox-cli
- run: detox build -c ios.sim.release
- run: detox test -c ios.sim.release --cleanup
......
Please register or to comment