silverstripe / gha-run-tests

GitHub Action - CI test runner
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Split installing nvm into its own step #4

Open GuySartorelli opened 2 years ago

GuySartorelli commented 2 years ago

Currently installing nvm is part of the Run JS tests step. This pollutes the output and makes it harder to see what's actually going wrong. We should install nvm as its own step, instead.