mirror of
https://code.forgejo.org/actions/go-versions
synced 2025-07-05 16:15:59 +02:00
resolved comments
This commit is contained in:
parent
c455148af9
commit
e33ef4429e
2 changed files with 3 additions and 7 deletions
|
@ -4,6 +4,7 @@ Import-Module (Join-Path $PSScriptRoot "../helpers/common-helpers.psm1")
|
|||
BeforeAll {
|
||||
Set-Location -Path "source"
|
||||
$sourceLocation = Get-Location
|
||||
|
||||
function Get-UseGoLogs {
|
||||
# GitHub Windows images don't have `HOME` variable
|
||||
$homeDir = $env:HOME ?? $env:HOMEDRIVE
|
||||
|
@ -17,7 +18,6 @@ BeforeAll {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
Describe "Go" {
|
||||
It "is available" {
|
||||
"go version" | Should -ReturnZeroExitCode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue