mirror of https://github.com/dapr/rust-sdk.git
fix(test): example validation
Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
parent
fbb81bf518
commit
80a3a90f82
|
@ -31,8 +31,8 @@ cargo build --examples
|
|||
name: Run Conversation
|
||||
output_match_mode: substring
|
||||
expected_stdout_lines:
|
||||
- 'conversation input: hello world'
|
||||
- 'conversation output: hello world'
|
||||
- 'conversation input: "hello world"'
|
||||
- 'conversation output: "hello world"'
|
||||
|
||||
background: true
|
||||
sleep: 15
|
||||
|
|
Loading…
Reference in New Issue