diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 240c81e..3745c44 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 -Output "test_results.xml" \ No newline at end of file + Invoke-Pester -CI \ No newline at end of file