2
0
mirror of https://github.com/actions/node-versions.git synced 2025-04-25 04:19:20 +08:00
This commit is contained in:
MaksimZhukov 2020-08-12 11:11:14 +03:00
parent 5c820ab88b
commit e40f16e1e0

@ -50,7 +50,7 @@ jobs:
Write-Host "to determine if Node.js version was consumed from cache and was downloaded"
foreach ($process in Get-Process) {
Write-Host "Active process name: $($process.ProcessName)"
}
}
- task: PowerShell@2
displayName: 'Run tests'
inputs: