diff --git a/run-tests.sh b/run-tests.sh index a36afa96..b51c4bcb 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -35,6 +35,7 @@ mkdir -p reports for version in ${node_versions} do + git clean -f -d -x # Install and setup node for the version we want. set +ex echo "Switching to node version $version"