From 97a99baca6220669345ee64ac56c0e5b23c125db Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 26 Jan 2023 17:24:15 -0300 Subject: [PATCH] clear framework --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 13dfb823e..49a9c0306 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -504,8 +504,8 @@ jobs: command: | /usr/libexec/PlistBuddy -c "Set :bugsnag:apiKey $BUGSNAG_KEY" ./ios/RocketChatRN/Info.plist /usr/libexec/PlistBuddy -c "Set :bugsnag:apiKey $BUGSNAG_KEY" ./ios/ShareRocketChatRN/Info.plist + yarn detox clean-framework-cache && yarn detox build-framework-cache yarn detox build --configuration ios.sim.release - yarn detox test --configuration ios.sim.release --cleanup --headless - save_cache: key: >- ios-build-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ .Environment.CACHE_VERSION }}