Skip to content

Commit

Permalink
Added e2e tests GH action, with docker compose build - debugging action
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 1, 2024
1 parent e447290 commit f542076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flows/chainlit-ui-evaluation/call_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def run_chainlit_mock(chat_history: str) -> str:
)
print(process)
while True:
print(process.stderr.readline())
output = process.stdout.readline()
print(output)
if output == b"" and process.poll() is not None:
Expand Down

0 comments on commit f542076

Please sign in to comment.