Skip to content

Commit

Permalink
Add gem bundler cache to our pipeline
Browse files Browse the repository at this point in the history
Co-authored-by: Tiger <[email protected]>
  • Loading branch information
sleepylee and eeeeaa authored Dec 3, 2024
1 parent 003bb3b commit 4d15ea8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Set up Ruby
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '2.7'
bundler-cache: true

- name: Cache gems
uses: actions/cache@v2
Expand Down

0 comments on commit 4d15ea8

Please sign in to comment.