We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7990a0b commit d5d1835Copy full SHA for d5d1835
.github/workflows/test.yml
@@ -79,4 +79,4 @@ jobs:
79
tree build
80
cd build/install/bin
81
ls
82
- Start-Job -ScriptBlock { ./simple_module asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job
+ Start-Job -ScriptBlock { ./simple_module.exe asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job
0 commit comments