Category: Database, github, gitlab, yaml

As a bootstrapped developer, you probably don’t have the cash (yet) for any whiz-bang commercial products or time/patience to configure Jenkins. If you’re starting with Rails and using Github as your code repository, you’re in luck with Github actions.

First off, CI stands for Continuous Integration that allows you to automagically test your code as soon as you commit it. This is great because sometimes (okay, a lot of times) you may not run your tests because you’re cranking out the next great feature for MVP.

Best of luck to you and remember to if you break it fast, fix it faster.

Related Articles