Skip to content

Commit 613a17e

Browse files
committed
fixup! ci: add an AutoHotKey-based integration test
1 parent 44619b1 commit 613a17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Run UI tests
8181
id: ui-tests
8282
run: |
83-
$p = Start-Process -Wait -FilePath "${env:RUNNER_TEMP}\ahk\AutoHotKey64.exe -ArgumentList ui-tests\background-hook.ahk, "$PWD\bg-hook"
83+
$p = Start-Process -Wait -FilePath "${env:RUNNER_TEMP}\ahk\AutoHotKey64.exe" -ArgumentList ui-tests\background-hook.ahk, "$PWD\bg-hook"
8484
if ($p.ExitCode -ne 0) { echo "::error::Test failed!" } else { echo "::notice::Test log" }
8585
type bg-hook.log
8686
if ($p.ExitCode -ne 0) { exit 1 }

0 commit comments

Comments
 (0)