Skip to content

Commit

Permalink
setup-ruby action already runs bundle install when bundler-cache is
Browse files Browse the repository at this point in the history
enabled
  • Loading branch information
andreaseger committed Nov 7, 2022
1 parent de0670d commit 0d1fb0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: bundle exec rake test
# - run: bundle exec rubocop

0 comments on commit 0d1fb0f

Please sign in to comment.