Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 31522e8

Browse files
committed
fix Pester usage
1 parent 87045d5 commit 31522e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml/template/runtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
targetPath: '$(Build.SourcesDirectory)/out'
1616
- pwsh: |
1717
Import-Module ./out/Microsoft.PowerShell.TextUtility.psd1
18-
Invoke-Pester -Path ./test
18+
Invoke-Pester -Path ./test -OutputFormat NUnitXml -EnableExit
1919
condition: succeeded()

0 commit comments

Comments
 (0)