Context
Currently , each repo in the system has no pipelines to ensure code quality and testing. This should change. Each repo should have thorough unit testing and pipeliens to run all of these tests. They should also have code quality and security check pipelines installed.
Acceptance
- Each repo has an actions pipeline to run all tests automatically
Prerequisites
- ARC-014: Add unit tests to all the repos