Skip to content

Commit

Permalink
chore: Update CI workflow to use bundler cache and bundle exec rake f…
Browse files Browse the repository at this point in the history
…or running tests
  • Loading branch information
hahwul committed Jun 28, 2024
1 parent 3612ce2 commit d651ef4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
- name: Install dependencies
run: gem install rspec
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: rspec
run: bundle exec rake

0 comments on commit d651ef4

Please sign in to comment.