Skip to content

Commit a838e20

Browse files
committed
debug
1 parent 126392f commit a838e20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
- name: Test examples
7777
shell: powershell
7878
run: |
79-
tree build
8079
cd build/install/bin
8180
ls
82-
Start-Job -ScriptBlock { .\simple_module.exe asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job
81+
Start-Job -ScriptBlock { ls; .\simple_module.exe asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job

0 commit comments

Comments
 (0)