diff --git a/.circleci/config.yml b/.circleci/config.yml index f011018fd..b5f8d1163 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -600,6 +600,7 @@ jobs: - run: name: Run tests command: | + yarn detox clean-framework-cache && yarn detox build-framework-cache TEST=$(circleci tests glob "e2e/tests/**/*.ts" | circleci tests split) yarn e2e:ios-test $TEST - store_artifacts: