0 votes
in Continuous Integration by
What Steps Are In Continuous Integration?

1 Answer

0 votes
by

More steps in continuous integration means more stability.

Compilation

Unit Tests

Code Quality Gates

Integration Tests

Deployment

Chain Tests

More steps in continuous integration might make it take more time but results in more stable application. A trade-off needs to be made.

...