Skip to content

Commit

Permalink
Add bundle install to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Apr 29, 2024
1 parent c907f05 commit 5b57b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
MATRIX_RAILS_VERSION: ${{ matrix.rails }}
run: |
gem install bundler
bundle install
bundle exec appraisal install --jobs 4 --retry 3
- name: Run test
run: bundle exec appraisal rails_${MATRIX_RAILS_VERSION} rake test

0 comments on commit 5b57b04

Please sign in to comment.