Skip to content

Commit 15cc387

Browse files
committed
fixup! ci: add an AutoHotKey-based integration test
1 parent 658e948 commit 15cc387

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
@@ -84,5 +84,5 @@ jobs:
8484
type bg-hook.log
8585
if ($p.ExitCode -ne 0) { exit 1 }
8686
- name: Show logs, if canceled
87-
if: canceled()
87+
if: cancelled()
8888
run: type bg-hook.log

0 commit comments

Comments
 (0)