Skip to content

Commit

Permalink
save os executor cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jdivock-stripe committed Jan 31, 2022
1 parent 482e4db commit 54a7e5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 54a7e5d

Please sign in to comment.