Skip to content

Commit

Permalink
group logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Nov 30, 2023
1 parent 27f820c commit b4098b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/templates/avm-getModuleTestFiles/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ runs:
Write-Verbose "Publishing output: $compressedOutput" -Verbose
Write-Output ('{0}={1}' -f 'moduleTestFilePaths', $compressedOutput) >> $env:GITHUB_OUTPUT
Write-Output '::endgroup::'
Write-Output '::group::Get PSRule test files'
$psRuleTestFilePaths = $testFilePaths | Where-Object { $_ -match '${{ inputs.psRuleFilterRegex }}' }
Write-Verbose 'Found PSRule module test files' -Verbose
Expand Down

0 comments on commit b4098b7

Please sign in to comment.