Skip to content

Commit

Permalink
Just use bundler-cache: true (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun authored Nov 10, 2022
1 parent 1595337 commit 7369dab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
gem update --system
gem install bundler --no-document
bundle install
bundler-cache: true
- name: Run test
run: bundle exec rake test
vterm-yamatanooroti:
Expand Down

0 comments on commit 7369dab

Please sign in to comment.