Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
  • Loading branch information
MariusStorhaug committed Jul 5, 2024
commit 1079c4fac586d424d983b04bca17be3b5f55b08e
1 change: 1 addition & 0 deletions scripts/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if (Test-Path -Path $codeToTest) {
$codeToTest = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath $env:GITHUB_ACTION_INPUT_Path
}


Write-Verbose "Code to test: [$codeToTest]"
if (-not (Test-Path -Path $codeToTest)) {
throw "Path [$codeToTest] does not exist."
Expand Down