Skip to content

Commit

Permalink
Fix bad bundler cache
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Aug 15, 2024
1 parent e5e7366 commit 507e553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 2
- name: Run tests
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down

0 comments on commit 507e553

Please sign in to comment.