I suggest aligning the execution of the tests in pull-requests.yml
with production.yml,
that is using a matrix to run multiple concurrent jobs to run each tests group in the pull-requests GH action,
instead of having them all run concurrently with turbo in one single job.
It will be easier to read the logs this way: so a small dx improvement.
I suggest aligning the execution of the tests in
pull-requests.yml
withproduction.yml
, that is using a matrix to run multiple concurrent jobs to run each tests group in thepull-requests
GH action, instead of having them all run concurrently withturbo
in one single job.It will be easier to read the logs this way: so a small dx improvement.
pull-requests.yml
production.yml