Question - Could you tell me the requirements for CI-CD?
Answer -
Continuous integration (CI) requires developers to merge their changes to the main code branch many times per day. Each code merges trigger an automated build and test sequence so that developers can quickly detect problems early on in the software development lifecycle.