BMMRO-tech / BMMRO

MIT License
3 stars 5 forks source link

Remove unit test steps from uat and prod deployment #425

Open rameez25 opened 1 year ago

rameez25 commented 1 year ago

Currently the unit tests are run on deployment to uat and prod. This can be removed to improved the speed of the pipeline as no code changes can be directly deployed to uat or prod. All changes will have to be first deployed into dev to create a tag and then deployed into other environments. The unit tests will be run as part of the dev deployment pipeline.

Task: