mirror of
https://github.com/actions/go-versions
synced 2024-11-21 19:52:39 +00:00
Update Go.Tests.ps1
This commit is contained in:
parent
4856273f98
commit
38ee237c8e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Describe "Go" {
|
|||
}
|
||||
|
||||
It "cached version is used without downloading" {
|
||||
Write-Host "Runner Type: $env:RUNNER_TYPE"
|
||||
|
||||
if ($env:RUNNER_TYPE -eq "self-hosted") {
|
||||
# Get the installed version of Go
|
||||
$goVersion = Invoke-Expression "go version"
|
||||
|
|
Loading…
Reference in a new issue