stop on error
This commit is contained in:
parent
5b4d043c7d
commit
166efda770
@ -22,6 +22,7 @@ steps:
|
||||
commands:
|
||||
- |
|
||||
pwsh -NonInteractive -c "& {
|
||||
$ErrorActionPreference = 'Stop';
|
||||
Import-Module './tools/DroneIO.psm1';
|
||||
Invoke-InstallDependencies;
|
||||
Invoke-Linter
|
||||
@ -32,6 +33,7 @@ steps:
|
||||
commands:
|
||||
- |
|
||||
pwsh -NonInteractive -c "& {
|
||||
$ErrorActionPreference = 'Stop';
|
||||
Import-Module './tools/DroneIO.psm1';
|
||||
Invoke-InstallDependencies;
|
||||
Invoke-UnitTest -Verbosity 'Detailed'
|
||||
|
Loading…
Reference in New Issue
Block a user