From e800b8f30dca82ac613db2d97938e810e2ef0c1b Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 1 Jun 2020 12:59:05 +0300 Subject: [PATCH] check tests with 4 version --- .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 3745c44..c23e48c 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 -Force -Scope CurrentUser + Install-Module Pester -RequiredVersion 4.10.1 -Force -Scope CurrentUser Import-Module Pester Invoke-Pester -CI \ No newline at end of file