Validation-only deployment for CI
Add the option to for CI to run validate-only deployments
2
votes
Anonymous
shared this idea
-
Nadeem Shaikh commented
Allow users to set-up CI jobs that only does these two things:
1. Runs "ALL TESTS" (the user can select other options as needed such as local, specific tests etc.)
2. Validate if the build passes (no deploy)As one of the first steps of a deployment is to know if the code being deployed is fit to deploy before even beginning the actual deployment because this can mess up the entire org if deployments are being fixed on the go and something goes wrong.