Skip to content

Commit d22e4c4

Browse files
committed
test wrong pattern
1 parent cf55a4f commit d22e4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
- name: Test examples
7777
shell: powershell
7878
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
79+
Start-Job -Init ([ScriptBlock]::Create("Set-Location '$pwd/build/install/bin'")) -ScriptBlock { .\simple_module.exe asdf | Select-String -Pattern "wrong pattern" } | Wait-Job -Timeout 2 | Receive-Job

0 commit comments

Comments
 (0)