Skip to content

Commit

Permalink
Use bundler cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yujideveloper committed Dec 25, 2023
1 parent 1edd0e7 commit 5b77be3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
bundler-cache: true
- name: Run tests
run: bundle exec rake spec

0 comments on commit 5b77be3

Please sign in to comment.