How to setup GitHub Actions CI in a Rails 7 app
My learnings on how to go about it
Mar 17, 20233 min read182

Search for a command to run...
Articles tagged with #ruby-on-rails
My learnings on how to go about it

This guides assumes Heroku-cli has been installed.Heroku-cli can be installed by running: brew tap heroku/brew && brew install heroku Bundler Bug In my case, there was a Bundler bug because I wasn't using Ruby 2.6.0 and above.Make certain that you ar...