From f4f7d2c9ebfe12c65e3865712d74fa7ebc77f750 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 26 Jan 2023 15:36:40 -0300 Subject: [PATCH] Save cache early --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c4a97bf7d..d6b557a68 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -476,6 +476,8 @@ jobs: - restore_cache: *restore-npm-cache-mac - run: *install-npm-modules - run: *update-fastlane-ios + - save_cache: *save-npm-cache-mac + - save_cache: *save-gems-cache - manage-pods - run: name: Configure Detox @@ -489,8 +491,6 @@ jobs: /usr/libexec/PlistBuddy -c "Set :bugsnag:apiKey $BUGSNAG_KEY" ./ios/ShareRocketChatRN/Info.plist yarn detox build --configuration ios.sim.release yarn detox test --configuration ios.sim.release --cleanup --headless - - save_cache: *save-npm-cache-mac - - save_cache: *save-gems-cache ios-build-official: executor: mac-env