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