Open
Description
While testing we're installing all dependencies at the same time, this will cover potential bugs since we're using --embedded-services
to make users install only required sub-packages.
Let's split up the tests in to different GH actions jobs, and install only the required packages while running the test cases in each job.
Related bug #278