You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CircleCI has some cache support that should let us cache the artifacts to some extent. It's pretty easy to add in, but it depends on the flow you want to use:
Cache artifacts on the master branch always with a key
or
Use the master cache, then cache artifacts on each branch after a PR is made and built under a separate key
As long as CircleCI is running tests on the "default" branch each time 1 isn't too bad alone and should give most of the benefits
The text was updated successfully, but these errors were encountered:
CircleCI has some cache support that should let us cache the artifacts to some extent. It's pretty easy to add in, but it depends on the flow you want to use:
or
As long as CircleCI is running tests on the "default" branch each time 1 isn't too bad alone and should give most of the benefits
The text was updated successfully, but these errors were encountered: