Commit 0be3017
committed
ci(ui-tests): use a better way to call AutoHotKey
By using the `/ErrorStdOut` flag (which required `| Out-Default` because
`AutoHotKey64.exe` is a GUI program and would therefore not show any
stderr otherwise), we can avoid those blocking dialogs that are so hard
to diagnose when running AutoHotKey in a GitHub workflow.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 696ac94 commit 0be3017
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
| 87 | + | |
| 88 | + | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
| |||
0 commit comments