We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05eed85 commit 61a8638Copy full SHA for 61a8638
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run tests
25
shell: pwsh
26
run: |
27
- Invoke-Pester -Path .\tests -Output Summary -EnableExit
+ Invoke-Pester -Path .\tests -EnableExit
28
29
publish:
30
name: Publish to PowerShell Gallery
0 commit comments