nimblehq / rails-templates

Our optimized Rails templates used in our projects

Home Page:https://nimblehq.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable System test Retry on Github action CI

andyduong1920 opened this issue · comments

Why

On CI, due to the resource limitation (RAM, CPU) on the system test topic. As system test uses the Chrome, our system test failing randomly, we faced with that issue before and we set the TEST_RETRY in the existing template but we haven't enable that on Github action CI at all 😆

The reason we set it as 0 in the application.yml is we don't want to retry on local.

Who Benefits?

Developer