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
Since we migrated to use the ruby/setup-ruby action for setting up Ruby on the review_pull_request workflows, we can set bundler-cache: true instead of manually caching gems and installing Bundle on different steps. Please check out more detail on the documentation.
Why
Since we migrated to use the
ruby/setup-ruby
action for setting up Ruby on thereview_pull_request
workflows, we can setbundler-cache: true
instead of manually caching gems and installing Bundle on different steps. Please check out more detail on the documentation.For the POC, please check out this PR
Who Benefits?
Everyone
Acceptance Criteria
On
review_pull_request
workflows (both inside.cicdtemplate
and.template
)Cache gems
andInstall Bundle and check environment versions
stepsbundler-cache: true
toSet up Ruby
stepThe text was updated successfully, but these errors were encountered: