Skip to content

Commit 2ebd8f5

Browse files
committed
fixup! TO-DROP: intentionally fail, to test the screenshot code
1 parent be36a66 commit 2ebd8f5

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
@@ -125,7 +125,7 @@ jobs:
125125
echo "Intentionally failing"
126126
$p3 = Start-Process -PassThru -FilePath "${env:RUNNER_TEMP}\ahk\AutoHotKey64.exe" -ArgumentList "test.ahk"
127127
echo "Sleeping 5 seconds to allow the test to run"
128-
Sleep 5000
128+
Sleep 5
129129
echo "Fail"
130130
exit 1
131131
- name: Show logs

0 commit comments

Comments
 (0)