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 ecc3832 commit cf55a4fCopy full SHA for cf55a4f
.github/workflows/test.yml
@@ -76,4 +76,4 @@ jobs:
76
- name: Test examples
77
shell: powershell
78
run: |
79
- Start-Job -Init ([ScriptBlock]::Create("Set-Location '$pwd'/build/install/bin")) -ScriptBlock { ls; .\simple_module.exe asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job
+ Start-Job -Init ([ScriptBlock]::Create("Set-Location '$pwd/build/install/bin'")) -ScriptBlock { ls; .\simple_module.exe asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job
0 commit comments