Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b33b7b3

Browse files
committedJun 28, 2024·
chore: Update bundler cache setting in CI workflow
1 parent 2a1e3ad commit b33b7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: ${{ matrix.ruby-version }}
26-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
26+
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
2727
- name: Run tests
2828
run: rspec

0 commit comments

Comments
 (0)
Please sign in to comment.