remove Output flag

pull/2/head
Dmitry Shibanov 5 years ago
parent 7ff807a080
commit 92f2be525e

@ -14,4 +14,4 @@ jobs:
run: | run: |
Install-Module Pester -Force -Scope CurrentUser Install-Module Pester -Force -Scope CurrentUser
Import-Module Pester Import-Module Pester
Invoke-Pester -Ci -Output "test_results.xml" Invoke-Pester -CI
Loading…
Cancel
Save