1
0
Fork 0
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:
Olle Jonsson 2022-01-21 09:58:56 +01:00
parent 0e7cf5dd92
commit f0e1bbbb59

View file

@ -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