Save cache early

This commit is contained in:
Diego Mello 2023-01-30 17:24:49 -03:00
parent b622ddb7f2
commit 317387bba1
1 changed files with 1 additions and 1 deletions

View File

@ -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