Skip to content

Commit b7f418e

Browse files
committed
fixup! TO-DROP: intentionally fail, to test the screenshot code
1 parent 995e362 commit b7f418e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ui-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,6 @@ jobs:
120120
if ($p2.ExitCode -ne 0) { echo "::error::Ctrl+C Test failed!" } else { echo "::notice::Ctrl+C Test log" }
121121
type ctrl-c.log
122122
if ($p.ExitCode -ne 0) { exit 1 }
123-
echo "writing test.ahk"
124-
echo "this is not valid AutoHotkey code" >test.ahk
125-
echo "Intentionally failing"
126-
$p3 = Start-Process -PassThru -FilePath "${env:RUNNER_TEMP}\ahk\AutoHotKey64.exe" -ArgumentList "test.ahk"
127-
echo "Sleeping 5 seconds to allow the test to run"
128-
Sleep 5
129-
echo "Fail"
130-
exit 1
131123
- name: Show logs
132124
if: always()
133125
run: type bg-hook.log; type ctrl-c.log

0 commit comments

Comments
 (0)