1
0
Fork 0
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:
Patrik Ragnarsson 2021-01-02 03:32:46 +01:00 committed by GitHub
parent d95171f0f8
commit e77faa0af0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,6 @@ jobs:
with: with:
ruby-version: ${{ matrix.ruby-version }} ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Runs linter - name: Runs linter
run: bundle exec rake rubocop run: bundle exec rake rubocop
- name: Runs tests - name: Runs tests