New Discussion

Notifications

You’re not receiving notifications from this thread.

Rails 8.1 Local CI Discussion

0
General

I found the default local CI to be a bit basic. One of my projects is a platform and when we run CI we have to run the test suite multiple times for each implementation of the platform, and we leverage containers to run our suite of external services locally. Modifying the bin/ci script to work with these other tools "works", but it felt pretty clunky. I would like a summarization table at the end of the bin/ci run to show me which steps failed and how long it all took as well instead of having to scroll back up hundreds of lines to find out what failed and why. I ended up building my own local bin/ci script with some of these modifications, but am back/forth between just using the framework default or going with my own. I like the concept, just think it needs some more functionality and polish.

Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 93,006+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.