What are some of the Continuous Integration principles? Choose the correct answers.
Run tests in the build.
Use version control.
Run tests only in production.
Fix errors only when users complain.
Fix errors immediately.
Submit