From 8314b6e7406dfd1b10266a609ab44c77c72a5a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Junior=20Amarante=20Calder=C3=B3n?= Date: Wed, 2 Jun 2021 09:10:53 -0400 Subject: [PATCH] feat(android): Add hombrew cache param to android test job (#96 by @Kyonru) --- src/jobs/android_test.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: