norman / friendly_id

FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
http://norman.github.io/friendly_id/
MIT License
6.13k stars 589 forks source link

Run CI databases on VM #976

Closed parndt closed 3 years ago

parndt commented 3 years ago

By using resources already available on the GitHub Actions CI VM, we can speed up CI by not pulling down large docker images and waiting for them to start up.

This also means that, when running PostgreSQL tests, we aren't starting MySQL and vice versa.