Running Multi-project test cases within the NX workspace

I am working on nx plugin with react, so in my workspace there are multiple applications and I want to run the test cases on these multiple application.
the tests need to run in the CI pipeline
How can I do that?