Save cache early
This commit is contained in:
parent
b622ddb7f2
commit
317387bba1
|
@ -459,6 +459,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache: *restore-npm-cache-linux
|
- restore_cache: *restore-npm-cache-linux
|
||||||
- run: *install-npm-modules
|
- run: *install-npm-modules
|
||||||
|
- save_cache: *save-npm-cache-linux
|
||||||
- restore_cache: *restore-gradle-cache
|
- restore_cache: *restore-gradle-cache
|
||||||
- create-e2e-account-file
|
- create-e2e-account-file
|
||||||
- android/create-avd:
|
- android/create-avd:
|
||||||
|
@ -491,7 +492,6 @@ jobs:
|
||||||
name: Build Android
|
name: Build Android
|
||||||
command: |
|
command: |
|
||||||
yarn detox build --configuration android.att.debug
|
yarn detox build --configuration android.att.debug
|
||||||
- save_cache: *save-npm-cache-linux
|
|
||||||
- save_cache: *save-gradle-cache
|
- save_cache: *save-gradle-cache
|
||||||
- run:
|
- run:
|
||||||
name: Run Detox Tests
|
name: Run Detox Tests
|
||||||
|
|
Loading…
Reference in New Issue