File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scripts/tests/Module/PSModule Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,9 +290,9 @@ runs:
290290 LocalTestPath : ${{ steps.paths.outputs.LocalTestPath }}
291291 WorkingDirectory : ${{ inputs.WorkingDirectory }}
292292 with :
293- Debug : ${{ inputs.Debug }}
293+ Debug : ' true'
294+ Verbose : ' true'
294295 Prerelease : ${{ inputs.Prerelease }}
295- Verbose : ${{ inputs.Verbose }}
296296 Version : ${{ inputs.Version }}
297297 WorkingDirectory : ${{ inputs.WorkingDirectory }}
298298 Path : ${{ steps.paths.outputs.TestPath }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Describe 'PSModule - Module tests' {
1919 It ' The module should be importable' {
2020 {
2121 LogGroup ' Importing Module' {
22- Import-Module - Name $moduleName - Force - Debug - Verbose
22+ Import-Module - Name $moduleName - Force
2323 }
2424 } | Should -Not - Throw
2525 }
You can’t perform that action at this time.
0 commit comments