From 92f2be525e08c541e7d4e050065bb6bc6c02f16f Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 1 Jun 2020 11:44:09 +0300 Subject: [PATCH] remove Output flag --- .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 240c81e..3745c44 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 -Output "test_results.xml" \ No newline at end of file + Invoke-Pester -CI \ No newline at end of file