diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index b2a9477..3745c44 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -12,6 +12,6 @@ jobs: - name: Run tests shell: pwsh run: | - Install-Module Pester -RequiredVersion 4.10.1 -Force -Scope CurrentUser + Install-Module Pester -Force -Scope CurrentUser Import-Module Pester - Invoke-Pester -OutputFile "test_results.xml" -OutputFormat NUnitXml \ No newline at end of file + Invoke-Pester -CI \ No newline at end of file