Skip to content

Commit 4f606e1

Browse files
committed
revert workflow file
1 parent 9dcc191 commit 4f606e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
uses: ruby/setup-ruby@v1
3434
with:
3535
ruby-version: ${{ matrix.ruby-version }}
36-
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
36+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3737
- name: Run tests
3838
run: bundle exec rspec

0 commit comments

Comments
 (0)