mirror of
https://github.com/actions/go-versions
synced 2024-11-09 23:22:39 +00:00
Update Go.Tests.ps1
This commit is contained in:
parent
638c3d6a70
commit
0b6a6fa38c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Describe "Go" {
|
|||
$useGoLogFile | Should -Exist
|
||||
$useGoLogContent = Get-Content $useGoLogFile -Raw
|
||||
$useGoLogContent | Should -Match "Found in cache"
|
||||
} else {
|
||||
} elseif ($env:RUNNER_TYPE -eq "self-hosted"){
|
||||
# Get the installed version of Go
|
||||
$goVersion = Invoke-Expression "go version"
|
||||
# Check if Go is installed
|
||||
|
|
Loading…
Reference in a new issue