Skip to content

Commit

Permalink
Change GitHub CI to install bundler automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Dec 25, 2022
1 parent 7c12857 commit dfa62e4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,15 @@ jobs:
- ruby: "2.0"
os: ubuntu-latest
coverage: false
bundler: 1
- ruby: "2.1"
os: ubuntu-latest
coverage: false
bundler: 1
- ruby: "2.2"
os: ubuntu-latest
coverage: false
bundler: 1
- ruby: "2.7"
os: ubuntu-latest
coverage: true
bundler: latest
env:
COVERAGE: ${{ matrix.coverage }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand All @@ -62,8 +58,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: ${{ matrix.bundler }}
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
bundler-cache: true
- name: Run tests
run: bundle exec rake ci

0 comments on commit dfa62e4

Please sign in to comment.