From 317387bba1a2143d2aec56268dd7bcd4e534e045 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Mon, 30 Jan 2023 17:24:49 -0300 Subject: [PATCH] Save cache early --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a0bee2b7e..3dfaa9477 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -459,6 +459,7 @@ jobs: - checkout - restore_cache: *restore-npm-cache-linux - run: *install-npm-modules + - save_cache: *save-npm-cache-linux - restore_cache: *restore-gradle-cache - create-e2e-account-file - android/create-avd: @@ -491,7 +492,6 @@ jobs: name: Build Android command: | yarn detox build --configuration android.att.debug - - save_cache: *save-npm-cache-linux - save_cache: *save-gradle-cache - run: name: Run Detox Tests