diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 58abd69..d85b0bb 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -13,7 +13,7 @@ jobs: shell: pwsh run: | Install-Module Pester -Force -Scope CurrentUser - Install-Module -Name Assert + Install-Module Assert -Force -Scope CurrentUser Import-Module Pester Import-Module Assert Invoke-Pester -CI \ No newline at end of file