Skip to content

Commit fcef9e0

Browse files
committed
Tweak bundler without option
1 parent 80ad4d9 commit fcef9e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ jobs:
4444
uses: ruby/setup-ruby@v1
4545
with:
4646
ruby-version: "${{ matrix.ruby-version }}"
47+
bundler-cache: false
48+
- name: Set up bundler
49+
run: bundle config set --local without "guard"
4750
- name: Install dependencies
48-
run: "bundle install --without guard"
51+
run: "bundle install"
4952
- name: Run tests
5053
run: "bundle exec rake"

0 commit comments

Comments
 (0)