diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index c23e48c..b2a9477 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -14,4 +14,4 @@ jobs: run: | Install-Module Pester -RequiredVersion 4.10.1 -Force -Scope CurrentUser Import-Module Pester - Invoke-Pester -CI \ No newline at end of file + Invoke-Pester -OutputFile "test_results.xml" -OutputFormat NUnitXml \ No newline at end of file