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.
Run the tests on a machine that is not the developer machine with different configurations.
Guarantees testing and enforces it by having it run every time.