We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5919c9 commit 80553b5Copy full SHA for 80553b5
‎.github/workflows/Get-TestSuites.yml
@@ -79,7 +79,7 @@ jobs:
79
# Locate the tests directory.
80
$testsPath = Resolve-Path 'tests' -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Path
81
if (-not $testsPath -or -not (Test-Path -Path $testsPath)) {
82
- Write-Host 'No tests found'
+ Write-Warning 'No tests found'
83
exit 0
84
}
85
Write-Host "Tests found at [$testsPath]"
0 commit comments