From 54a7e5d2d7151aba966d1575fef25ad5d7c5deaf Mon Sep 17 00:00:00 2001 From: Jason Divock Date: Mon, 31 Jan 2022 08:57:51 -0700 Subject: [PATCH] save os executor cache --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a3021060..c54d6004 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ commands: - run: name: Start example app backend background: true - command: yarn --cwd example start:server + command: yarn --cwd example start:server & pod_install: parameters: @@ -98,6 +98,11 @@ commands: HOMEBREW_NO_AUTO_UPDATE=1 brew install android-commandlinetools >/dev/null touch .watchmanconfig node -v + - save_cache: + paths: + [/usr/local/Homebrew] + key: | + brew-cache-{{ arch }}-v1 android_emulator_start: parameters: device_name: