Skip to content

Commit

Permalink
Use built in bundler cache with Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored Jan 28, 2025
1 parent 179a0c1 commit 0fe459b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-202103-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-202103-
- name: Bundle install
run: bundle config path vendor/bundle
- name: Install dependencies
run: bin/setup
bundler-cache: true
- name: Run tests
run: bundle exec rake

0 comments on commit 0fe459b

Please sign in to comment.