mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
CI: Use bundler-cache
I didn't change the Lint job, since it gave me weird issues in CI, not locally, with gems not in this project showing up as being required, and not existing.
This commit is contained in:
parent
0e7cf5dd92
commit
f0e1bbbb59
1 changed files with 1 additions and 4 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -79,10 +79,7 @@ jobs:
|
|||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
- name: Bundle
|
||||
run: |
|
||||
gem install bundler
|
||||
bundle install --jobs 4 --retry 3
|
||||
bundler-cache: true # 'bundle install' and cache
|
||||
env:
|
||||
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue