Skip to content

Commit 496a8b0

Browse files
🔧 [CI]: Update output for skipped module tests to return an empty array
1 parent d09da57 commit 496a8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Get-Settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
LogGroup 'Module Local Test Suites:' {
262262
$moduleTestSuites = if ($settings.Test.Module.Skip) {
263263
Write-Host 'Skipping all module tests.'
264-
Set-GitHubOutput -Name ModuleTestSuites -Value $moduleTestSuites
264+
Set-GitHubOutput -Name ModuleTestSuites -Value '[]'
265265
} else {
266266
# Locate the tests directory.
267267
$testsPath = Resolve-Path 'tests' -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Path

0 commit comments

Comments
 (0)