Commit fa5d153
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 b908190 commit fa5d153
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
0 commit comments