Skip to content

Commit

Permalink
Change debug enablement on Windows / pwsh.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Oct 10, 2024
1 parent 913318b commit 772d865
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,8 @@ runs:
COVERAGE_REPORTER_VERSION: ${{ inputs.coverage-reporter-version }}
shell: pwsh
run: |
# Enable debugging if 'debug' is true
if ("${{ inputs.debug }}" -eq "true") {
$DebugPreference = 'Continue'
Set-PSDebug -Trace 1
}
New-Item -Path $env:HOME\bin -ItemType directory -Force
Expand Down

0 comments on commit 772d865

Please sign in to comment.