diff --git a/.drone.yml b/.drone.yml index c042402..4465d46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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'