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 d09da57 commit 496a8b0Copy full SHA for 496a8b0
.github/workflows/Get-Settings.yml
@@ -261,7 +261,7 @@ jobs:
261
LogGroup 'Module Local Test Suites:' {
262
$moduleTestSuites = if ($settings.Test.Module.Skip) {
263
Write-Host 'Skipping all module tests.'
264
- Set-GitHubOutput -Name ModuleTestSuites -Value $moduleTestSuites
+ Set-GitHubOutput -Name ModuleTestSuites -Value '[]'
265
} else {
266
# Locate the tests directory.
267
$testsPath = Resolve-Path 'tests' -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Path
0 commit comments