We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f135cf5 commit 44619b1Copy full SHA for 44619b1
.github/workflows/ui-tests.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Run UI tests
81
id: ui-tests
82
run: |
83
- $p = Start-Process -Wait -FilePath C:\a\_temp\ahk\AutoHotKey64.exe -ArgumentList ui-tests\background-hook.ahk, "$PWD\bg-hook"
+ $p = Start-Process -Wait -FilePath "${env:RUNNER_TEMP}\ahk\AutoHotKey64.exe -ArgumentList ui-tests\background-hook.ahk, "$PWD\bg-hook"
84
if ($p.ExitCode -ne 0) { echo "::error::Test failed!" } else { echo "::notice::Test log" }
85
type bg-hook.log
86
if ($p.ExitCode -ne 0) { exit 1 }
0 commit comments