Skip to content

Commit

Permalink
Update CI workflow to enable Bundler cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeougher committed Jan 7, 2025
1 parent 244239f commit ed34135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false
bundler-cache: true
cache-version: 3
# Add or replace test runners here
- name: Run tests
Expand Down

0 comments on commit ed34135

Please sign in to comment.