Catch Flakes On Main
The article presents a simple mechanical habit for developers to catch flaky tests early: immediately after merging a change to the main branch, clone the repository fresh and run the CI commands locally. This practice helps detect infrastructure-dependent or non-deterministic failures before they pollute the mainline.