fix pester verbosity config (#58)
Some checks reported errors
continuous-integration/drone Build was killed
Some checks reported errors
continuous-integration/drone Build was killed
* fix pester verbosity config * debug ScriptAnalayzer output
This commit is contained in:
@ -34,7 +34,7 @@ steps:
|
||||
pwsh -NonInteractive -c "& {
|
||||
Import-Module './tools/DroneIO.psm1';
|
||||
Invoke-InstallDependencies;
|
||||
Invoke-UnitTest
|
||||
Invoke-UnitTest -Verbosity 'Detailed'
|
||||
}"
|
||||
|
||||
- name: coverage
|
||||
|
Reference in New Issue
Block a user