logoalt Hacker News

adentayesterday at 3:15 AM1 replyview on HN

What CI provider?


Replies

gedyyesterday at 3:54 AM

Was using TeamCity, then dropped some moving to another system.

The broader point was basically that the Rails UI integration tests took a very long time, and required the whole system up, and we had a pretty large team constantly pushing changes. While not 100% unique to Rails, it was exacerbated by RoR conventions.

We moved much of the UI to a few Next.js apps where the tests were extremely fast and easy to run locally.

show 1 reply