File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -105,18 +105,8 @@ workflows:
105105
106106 unit-test-android :
107107 before_run :
108- - _prepare_js_env
108+ - _prepare_android
109109 steps :
110- - activate-ssh-key@4 :
111- run_if : ' {{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
112- - git-clone@8 : {}
113- - yarn@0 :
114- title : Install Dependencies (No Pods)
115- inputs :
116- - command : bootstrap-no-pods
117- - set-java-version@1 :
118- inputs :
119- - set_java_version : $JAVA_VERSION
120110 - script@1 :
121111 title : Check Android Code Formatting
122112 inputs :
@@ -126,6 +116,8 @@ workflows:
126116 - project_location : $BITRISE_SOURCE_DIR/example/android
127117 - module : stripe_stripe-react-native
128118 - variant : debug
119+ - save-gradle-cache@1 :
120+ is_always_run : true
129121 - deploy-to-bitrise-io@2 :
130122 inputs :
131123 - notify_user_groups : none
You can’t perform that action at this time.
0 commit comments