From 2a078d8c00fb297e81ff5481e8b4e20cfb3610a2 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 1 Jun 2020 13:18:28 +0300 Subject: [PATCH] fix scope --- .github/workflows/common_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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