whats your flow of working with CI? 1. work as usu...
# random
u
whats your flow of working with CI? 1. work as usual, commit 2. meanwhile CI runs build + unit tests .. 3. notificatiom comes that you broken something 4. you run the same build+unittest gradle task locally, see the error, fix it until that task passes 5. push and observe?