Skip to content

Commit

Permalink
Update .github/workflows/ci.yml from dry-rb/template-gem
Browse files Browse the repository at this point in the history
  • Loading branch information
File Sync committed Jun 6, 2021
1 parent f9d8ca9 commit f47fd60
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
- name: Install latest bundler
run: |
gem install bundler --no-document
bundle config set without 'tools benchmarks docs'
- name: Bundle install
run: bundle install --jobs 4 --retry 3
bundler-cache: true
- name: Run all tests
run: bundle exec rake
- name: Run codacy-coverage-reporter
Expand Down

0 comments on commit f47fd60

Please sign in to comment.