resolving issue with pester 5

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

@ -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 -OutputFile "test_results.xml" -OutputFormat NUnitXml Invoke-Pester -Ci -Output "test_results.xml"
Loading…
Cancel
Save