From 7ff807a0809f51b063827bda1dbbae5bcf177c70 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 1 Jun 2020 11:37:12 +0300 Subject: [PATCH] resolving issue with pester 5 --- .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 7664c77..240c81e 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -14,4 +14,4 @@ jobs: run: | Install-Module Pester -Force -Scope CurrentUser Import-Module Pester - Invoke-Pester -Ci -OutputFile "test_results.xml" -OutputFormat NUnitXml \ No newline at end of file + Invoke-Pester -Ci -Output "test_results.xml" \ No newline at end of file