remove Output flag

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

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