Comment on A Continuous Integration MysteryparentComments−wildmanx5yShould CI create a merged branch behind-the-scenes and run tests on that before allowing the branch to be merged?Yes. Anything else is bound to run into the issue described in the article.I'm honestly surprised that anybody would operate a system that does not do this. Master has to be where all tests are green.
Comments
Yes. Anything else is bound to run into the issue described in the article.
I'm honestly surprised that anybody would operate a system that does not do this. Master has to be where all tests are green.