fix pester verbosity config (#58)
Some checks reported errors
continuous-integration/drone Build was killed

* fix pester verbosity config

* debug ScriptAnalayzer output
This commit is contained in:
2022-06-28 09:52:29 +02:00
committed by GitHub
parent c31ee791bb
commit 88743e9ffd
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ steps:
pwsh -NonInteractive -c "& {
Import-Module './tools/DroneIO.psm1';
Invoke-InstallDependencies;
Invoke-UnitTest
Invoke-UnitTest -Verbosity 'Detailed'
}"
- name: coverage