**Describe the bug** 1. Dependabot PRs Skip Application Testing in the pull-request.yml file - https://github.com/PalisadoesFoundation/talawa-plugin/pull/178 1. This is most likely because dependent jobs are skipped 2. A way needs to be found to: 1. Ensure that the pre-requisites run for non-dependabot PRs 4. Ensure that the tests are run when the pre-requites are skipped for dependabot PRs 1. Refer to Talawa-Admin to see how it handles this situation. It does not have this issue
Describe the bug