wip
This commit is contained in:
parent
166efda770
commit
c3ac2d2fc9
@ -22,10 +22,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
pwsh -NonInteractive -c "& {
|
pwsh -NonInteractive -c "& {
|
||||||
$ErrorActionPreference = 'Stop';
|
|
||||||
Import-Module './tools/DroneIO.psm1';
|
Import-Module './tools/DroneIO.psm1';
|
||||||
Invoke-InstallDependencies;
|
Invoke-InstallDependencies;
|
||||||
Invoke-Linter
|
Invoke-Linter -ErrorAction 'Stop'
|
||||||
}"
|
}"
|
||||||
|
|
||||||
- name: UnitTests
|
- name: UnitTests
|
||||||
@ -33,10 +32,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
pwsh -NonInteractive -c "& {
|
pwsh -NonInteractive -c "& {
|
||||||
$ErrorActionPreference = 'Stop';
|
|
||||||
Import-Module './tools/DroneIO.psm1';
|
Import-Module './tools/DroneIO.psm1';
|
||||||
Invoke-InstallDependencies;
|
Invoke-InstallDependencies;
|
||||||
Invoke-UnitTest -Verbosity 'Detailed'
|
Invoke-UnitTest -Verbosity 'Detailed' -ErrorAction 'Stop'
|
||||||
}"
|
}"
|
||||||
|
|
||||||
- name: coverage
|
- name: coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user