We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3612ce2 commit d651ef4Copy full SHA for d651ef4
.github/workflows/ci.yml
@@ -23,8 +23,6 @@ jobs:
23
uses: ruby/setup-ruby@v1
24
with:
25
ruby-version: ${{ matrix.ruby-version }}
26
- bundler-cache: false # runs 'bundle install' and caches installed gems automatically
27
- - name: Install dependencies
28
- run: gem install rspec
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
29
- name: Run tests
30
- run: rspec
+ run: bundle exec rake
0 commit comments