Ensure the typical bundle exec rake works in all cases

This commit is contained in:
Benoit Daloze
2021-07-29 13:24:06 +02:00
parent 0997e21bf3
commit e08bf35edf
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -79,6 +79,7 @@ jobs:
# This step is redundant with `bundler-cache: true` but is there to check a redundant `bundle install` still works
- run: bundle install
- run: bundle exec rake --version
- run: bundle exec rake
- name: which ruby, rake
if: "!startsWith(matrix.os, 'windows')"