Run CI daily/weekly
What
Run your test suite on a nightly or weekly for long term stability
Why
This ensures that changes in your dependencies that break your code are caught early, even if you aren’t actively working on your code.
When
Mid-Development