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