A GitHub Actions Rails CI Workflow in 5 lines
setup-rails is a re-usable GitHub Actions workflow for quickly and easily enabling CI for Rails apps. By creating a single 5-line configuration file in your repo, you can have a working CI workflow which configures the database and runs your app’s tests.
Post a comment