瀏覽代碼

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

Alex Cheema 1 年之前
父節點
當前提交
e856d7f7f9
共有 1 個文件被更改,包括 4 次插入0 次删除
  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'"