Commit b29f25d4 authored by Martin Santangelo's avatar Martin Santangelo

(fix) clean detox cache

parent 76abfb45
No related merge requests found
......@@ -116,6 +116,7 @@ jobs:
brew tap wix/brew
brew install applesimutils
yarn global add detox-cli
- run: detox clean-framework-cache && detox build-framework-cache
- run: detox build -c ios.sim.release
- run: detox test -c ios.sim.release --cleanup
......
Please register or to comment