From 237826dc017f02ebf61377af95d1a12f8409a527 Mon Sep 17 00:00:00 2001 From: Eugene Bekker Date: Sat, 24 Apr 2021 09:56:57 -0400 Subject: [PATCH] still working on #11 --- action.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.ps1 b/action.ps1 index dd481a3..ac2fbe6 100644 --- a/action.ps1 +++ b/action.ps1 @@ -41,7 +41,8 @@ Write-ActionInfo "Resolved tmpDir as [$tmpDir]" $test_results_path = $inputs.test_results_path $test_report_path = Join-Path $tmpDir test-results.md -New-Item -Name $tmpDir -ItemType "directory" -Force +#New-Item -Name $tmpDir -ItemType "directory" -Force +mkdir $tmpDir -Force function Build-MarkdownReport { $script:report_name = $inputs.report_name