Skip to content

Commit

Permalink
log chatgpt integration test output from each process on github workf…
Browse files Browse the repository at this point in the history
…low failure
  • Loading branch information
AlexCheema committed Jul 27, 2024
1 parent 5a23376 commit e856d7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ jobs:
echo "Response 1: $response_1"
echo ""
echo "Response 2: $response_2"
echo "Output of first instance:"
cat output1.log
echo "Output of second instance:"
cat output2.log
exit 1
else
echo "Test passed: Response from both nodes contains 'Michael Jackson'"
Expand Down

0 comments on commit e856d7f

Please sign in to comment.