Skip to content

Commit

Permalink
still working on #11
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker authored Apr 24, 2021
1 parent 43460f3 commit 237826d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 237826d

Please sign in to comment.