diff --git a/src/jobs/android_test.yml b/src/jobs/android_test.yml index 151946c..6b1cf4d 100644 --- a/src/jobs/android_test.yml +++ b/src/jobs/android_test.yml @@ -60,12 +60,17 @@ parameters: description: The version of Node to use. This can be either a major version ("8"), a major and minor ("8.4"), or a fully qualified version ("8.4.1"). type: string default: "12" + homebrew_cache: + description: Should we cache after brew install? Defaults to true + type: boolean + default: true steps: - attach_workspace: at: <> - setup_macos_executor: node_version: <> + homebrew_cache: <> - yarn_install: cache: <> - when: