Advanced GitHub Actions: Testing multiple Ruby, Rails, and databases!

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

`bundle exec appraisal install` will install the gems in each appraisal gemfile, but not run any tests. I think you want that command after `bundle install ...` so that it also gets cached nicely. And then I think you want `bundle exec appraisal rake` or something similar in the actual run tests command.

SamuelCochran
join shbcf.ru