Building a Rails CI pipeline with GitHub Actions
12-Jan-2020 1579
GitHub Actions is a new automation platform that you run directly from inside a GitHub repository.Using GitHub Actions, you build workflows that are triggered by any kind of event. These workflows can run arbitrary code as Jobs and you can piece together multiple Steps to achieve pretty much whatever you want.Aside automatically posting GIFs on every pull request, the most obvious use-case for this new platform is to build a testing CI/CD pipeline.
Building a Rails CI pipeline with GitHub Actions #ruby #rubydeveloper #rubyonrails #Building #Rails #pipeline #GitHub #Actions #github https://rubyonrails.ba/link/building-a-rails-ci-pipeline-with-github-actions