mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
CI: No need to run bundle install (#2432)
https://github.com/ruby/setup-ruby runs `bundle install` We can see that the step takes 0 seconds at https://github.com/middleman/middleman/runs/1631653509?check_suite_focus=true
This commit is contained in:
parent
d95171f0f8
commit
e77faa0af0
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -18,8 +18,6 @@ jobs:
|
|||
with:
|
||||
ruby-version: ${{ matrix.ruby-version }}
|
||||
bundler-cache: true
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
- name: Runs linter
|
||||
run: bundle exec rake rubocop
|
||||
- name: Runs tests
|
||||
|
|
Loading…
Reference in a new issue