From 70fdf957ccf9ed4980a64ea0dfbe16d201dcb119 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 1 Jun 2020 13:02:06 +0300 Subject: [PATCH] try common tests variant --- .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 c23e48c..b2a9477 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -14,4 +14,4 @@ jobs: run: | Install-Module Pester -RequiredVersion 4.10.1 -Force -Scope CurrentUser Import-Module Pester - Invoke-Pester -CI \ No newline at end of file + Invoke-Pester -OutputFile "test_results.xml" -OutputFormat NUnitXml \ No newline at end of file