Ruby - Features, integrations, alternatives & more
What it does
This action builds and tests Ruby applications using Bundler and Rake.
How it works
This action launches a Docker container using the official Ruby image. The container runs bundle install
and rake test
commands by default. Once the commands stop running, the container is terminated.
It uses pipeline's filesystem as its working directory to which generated files are saved.
Action preview
