mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
CI: Avoid double bundle install (#5012)
This commit is contained in:
parent
46f4c6bd9e
commit
908c249265
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -33,9 +33,7 @@ jobs:
|
|||
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
bundler-cache: true
|
||||
bundler-cache: true # 'bundle install' and cache gems
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
- name: Run tests
|
||||
run: bundle exec rake
|
||||
|
|
Loading…
Reference in a new issue