Skip to content

Commit

Permalink
Run bundle install instead of just bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Feb 20, 2024
1 parent 21e9ee4 commit a0d9524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
bundler-cache: false

- name: Bundle for Appraisal
run: bundle
run: bundle install

- name: Install Appraisal dependencies
run: bundle exec appraisal rails-${{ matrix.rails }} bundle
run: bundle exec appraisal rails-${{ matrix.rails }} bundle install

- name: Run tests
run: bundle exec appraisal rails-${{ matrix.rails }} bundle exec rspec

0 comments on commit a0d9524

Please sign in to comment.