Skip to content

Commit 4ab76fb

Browse files
committed
Attempt to fix GitHub Actions
1 parent 8508822 commit 4ab76fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
run: |
4949
sudo apt-get -yqq install libpq-dev
5050
bundle
51-
bundle exec appraisal rails_${{ matrix.rails_version }} bundle
52-
bundle exec appraisal rails_${{ matrix.rails_version }} rake
51+
bundle exec appraisal rails_${{ matrix.rails_version }} bundle install
52+
bundle exec appraisal rails_${{ matrix.rails_version }} rake test
5353

0 commit comments

Comments
 (0)