You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: