Update Go.Tests.ps1
This commit is contained in:
parent
4856273f98
commit
38ee237c8e
|
@ -45,7 +45,7 @@ Describe "Go" {
|
||||||
}
|
}
|
||||||
|
|
||||||
It "cached version is used without downloading" {
|
It "cached version is used without downloading" {
|
||||||
Write-Host "Runner Type: $env:RUNNER_TYPE"
|
|
||||||
if ($env:RUNNER_TYPE -eq "self-hosted") {
|
if ($env:RUNNER_TYPE -eq "self-hosted") {
|
||||||
# Get the installed version of Go
|
# Get the installed version of Go
|
||||||
$goVersion = Invoke-Expression "go version"
|
$goVersion = Invoke-Expression "go version"
|
||||||
|
|
Loading…
Reference in New Issue