Closed CaptainEmerson closed 4 years ago
Continuous integration should be set up so that the project is always in a buildable, all-test-passing state, before PR review and just before merging.
See the "checks" section in this example: https://github.com/bazelbuild/bazel/pull/11586; this shows how every CL is built automatically, before review.
Done~
Continuous integration should be set up so that the project is always in a buildable, all-test-passing state, before PR review and just before merging.
See the "checks" section in this example: https://github.com/bazelbuild/bazel/pull/11586; this shows how every CL is built automatically, before review.