What is CI code code example
Example: What is continuous Integration
CI is a development practice that requires developers to integrate code into
a shared repository several times a day.
Every time the software’s code is changed, it is built and tested automatically