Break up the testing workflow into multiple independent steps #89
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Change the lerna.yml workflow so that testing steps can be run in parallel. At
present, it usually takes between 10 and 20 minutes to run all the preflight checks.
Right now the process is:
And all of these steps are run for all 3 versions of node.
This runs a number of steps in series that could be attacked in parallel, either by clever use of the matrix feature or (perhaps more clearly) breaking them into independent workflows.
The text was updated successfully, but these errors were encountered: