github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/ci/cli/tasks/units-windows.bat (about) 1 SET GOPATH=%CD%\gopath 2 SET PATH=C:\Go\bin;C:\Program Files\Git\cmd\;%GOPATH%\bin;%PATH% 3 4 cd %GOPATH%\src\code.cloudfoundry.org\cli 5 6 powershell -command set-executionpolicy remotesigned 7 8 go version 9 10 go get -u github.com/onsi/ginkgo/ginkgo 11 12 ginkgo version 13 14 ginkgo -r -randomizeAllSpecs -randomizeSuites -skipPackage integration,plugin\v7 -flakeAttempts=2 .