Skip to content

Commit f2e698a

Browse files
committed
Skip clean step in Windows test runs
1 parent e41b99d commit f2e698a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run-tests.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ for %%v in (10 12) do (
5555

5656
node -e "process.exit(process.version.startsWith('v%%v') ? 0 : -1)" || goto :error
5757

58-
call .\node_modules\.bin\gulp cleanAll || SET FAILED=1
5958
call .\node_modules\.bin\gulp setup || SET FAILED=1
6059
call .\node_modules\.bin\gulp test || SET FAILED=1
6160
cmd.exe /c "SET GRPC_DNS_RESOLVER=ares& call .\node_modules\.bin\gulp nativeTestOnly" || SET FAILED=1

0 commit comments

Comments
 (0)