mirror of
https://github.com/actions/node-versions.git
synced 2025-01-11 02:25:19 +00:00
Update Node.Tests.ps1
This commit is contained in:
parent
05826df7a9
commit
2c843f30c3
@ -41,7 +41,7 @@ Describe "Node.js" {
|
||||
It "cached version is used without downloading" {
|
||||
$useNodeLogFile = Get-UseNodeLogs
|
||||
if ($useNodeLogFile -eq $null) {
|
||||
Skip "Log file does not exist"
|
||||
Set-ItResult -Skipped -Because "Log file does not exist"
|
||||
} else {
|
||||
$useNodeLogFile | Should -Exist
|
||||
$useNodeLogContent = Get-Content $useNodeLogFile -Raw
|
||||
|
Loading…
Reference in New Issue
Block a user