Skip to content

Commit 0b43429

Browse files
committed
try set wd
1 parent a838e20 commit 0b43429

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,4 @@ jobs:
7676
- name: Test examples
7777
shell: powershell
7878
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
79+
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

Comments
 (0)