Skip to content

Commit

Permalink
feat(android): Add hombrew cache param to android test job (react-nat…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyonru authored Jun 2, 2021
1 parent 64eac35 commit 8314b6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/jobs/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <<parameters.workspace_root>>
- setup_macos_executor:
node_version: <<parameters.node_version>>
homebrew_cache: <<parameters.homebrew_cache>>
- yarn_install:
cache: <<parameters.yarn_cache>>
- when:
Expand Down

0 comments on commit 8314b6e

Please sign in to comment.