Skip to content

Commit 8314b6e

Browse files
authored
feat(android): Add hombrew cache param to android test job (#96 by @Kyonru)
1 parent 64eac35 commit 8314b6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/jobs/android_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,17 @@ parameters:
6060
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").
6161
type: string
6262
default: "12"
63+
homebrew_cache:
64+
description: Should we cache after brew install? Defaults to true
65+
type: boolean
66+
default: true
6367

6468
steps:
6569
- attach_workspace:
6670
at: <<parameters.workspace_root>>
6771
- setup_macos_executor:
6872
node_version: <<parameters.node_version>>
73+
homebrew_cache: <<parameters.homebrew_cache>>
6974
- yarn_install:
7075
cache: <<parameters.yarn_cache>>
7176
- when:

0 commit comments

Comments
 (0)