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 126392f commit a838e20Copy full SHA for a838e20
.github/workflows/test.yml
@@ -76,7 +76,6 @@ jobs:
76
- name: Test examples
77
shell: powershell
78
run: |
79
- tree build
80
cd build/install/bin
81
ls
82
- Start-Job -ScriptBlock { .\simple_module.exe asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job
+ Start-Job -ScriptBlock { ls; .\simple_module.exe asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job
0 commit comments