HomeToolsAbout a20k

CI/CD

Why do we need CI/CD

Run the tests on a machine that is not the developer machine with different configurations.

  • Ensuring the build is repeatable

Guarantees testing and enforces it by having it run every time.

© VincentVanKoh