We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
without
1 parent 80ad4d9 commit fcef9e0Copy full SHA for fcef9e0
.github/workflows/ruby.yml
@@ -44,7 +44,10 @@ jobs:
44
uses: ruby/setup-ruby@v1
45
with:
46
ruby-version: "${{ matrix.ruby-version }}"
47
+ bundler-cache: false
48
+ - name: Set up bundler
49
+ run: bundle config set --local without "guard"
50
- name: Install dependencies
- run: "bundle install --without guard"
51
+ run: "bundle install"
52
- name: Run tests
53
run: "bundle exec rake"
0 commit comments