mirror of
https://code.forgejo.org/actions/go-versions
synced 2025-07-05 08:05:59 +02:00
update
This commit is contained in:
parent
fdef7843ee
commit
5a7abdc250
9 changed files with 15 additions and 181 deletions
|
@ -2,7 +2,7 @@ Import-Module (Join-Path $PSScriptRoot "../helpers/pester-extensions.psm1")
|
|||
Import-Module (Join-Path $PSScriptRoot "../helpers/common-helpers.psm1")
|
||||
|
||||
BeforeAll {
|
||||
function Get-UseNodeLogs {
|
||||
function Get-UseGoLogs {
|
||||
# GitHub Windows images don't have `HOME` variable
|
||||
$homeDir = $env:HOME ?? $env:HOMEDRIVE
|
||||
$logsFolderPath = Join-Path -Path $homeDir -ChildPath "runners/*/_diag/pages" -Resolve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue