From b4f07dda7cae7ec65b39a9786450c663531a7f18 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 1 Jun 2020 13:10:50 +0300 Subject: [PATCH] move to 5 version --- .github/workflows/common_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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