CI strategy
- We have following usecases
- Developers create PRs
- PRs getting merged into development branch
- Tester need to test the application
- Unit tests, smoke tests, Sanity Test => every change (Day Builds)
- System Tests => Happen once in a day which combines all of the development activtity (Night Builds)

