Skip to content

Commit

Permalink
Add bundle check & install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Feb 14, 2022
1 parent 3e48e10 commit bf847cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: |
bundle config path vendor/bundle
bundle update
bundle check --gemfile='gemfiles/rails_${{ matrix.rails_version }}.gemfile' || bundle install --gemfile='gemfiles/rails_${{ matrix.rails_version }}.gemfile' --retry 1
bundle exec appraisal rails-${{ matrix.rails_version }} rake
env:
MEASURE_COVERAGE: true
Expand Down

0 comments on commit bf847cf

Please sign in to comment.