Browse Source

log chatgpt integration test output from each process on github workflow failure

Alex Cheema 1 year ago
parent
commit
e856d7f7f9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/test.yml

+ 4 - 0
.github/workflows/test.yml

@@ -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'"