Sfoglia il codice sorgente

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

Alex Cheema 1 anno fa
parent
commit
e856d7f7f9
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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'"