What are the best things that we can implement to reduce AEMaaCS CICD build execution time
Build takes to much time to verify the code changes, It will go through the multiple steps like mentioned below
- Build & Unit Testing
- Code Scanning
- Build Images
- Product Functional Testing
- Custom Functional Testing
- Custom UI Testing
Is there any way to reduce some steps or build will focus on the changes only rather than considering entire code repository for each build