DevOps Best Practice – how to run Pull Request Tests in parrallel
We currently run PR tests in isolation i.e. when someone creates a PR, the PR tests are run against their changes. Once the tests are suiccessful, the code is merged into main branch.