Skip to content

Commit

Permalink
Don't need to install bundler manually
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 30, 2021
1 parent 9e48f49 commit 4f2c419
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
gem install bundler --no-document
bundle install
run: bundle install
- name: Run test
run: rake test

0 comments on commit 4f2c419

Please sign in to comment.