resolved comments

This commit is contained in:
Nikita Bykov
2020-08-26 15:58:05 +03:00
parent c455148af9
commit e33ef4429e
2 changed files with 3 additions and 7 deletions

View File

@ -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