diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 7664c77..240c81e 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -14,4 +14,4 @@ jobs: run: | Install-Module Pester -Force -Scope CurrentUser Import-Module Pester - Invoke-Pester -Ci -OutputFile "test_results.xml" -OutputFormat NUnitXml \ No newline at end of file + Invoke-Pester -Ci -Output "test_results.xml" \ No newline at end of file