[object Object]

← back to Exo

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

e856d7f7f9a972f4027af9523f4035ff0fe8310e · 2024-07-26 21:37:42 -0700 · Alex Cheema

Files touched

Diff

commit e856d7f7f9a972f4027af9523f4035ff0fe8310e
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Jul 26 21:37:42 2024 -0700

    log chatgpt integration test output from each process on github workflow failure
---
 .github/workflows/test.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8adfe0e7..8c339c7a 100644
--- a/.github/workflows/test.yml
+++ b/.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'"

← d2fa7b24 Showing the message only if successfully decoded, #75  ·  back to Exo  ·  force mlx inference engine in github workflow, where it defa 628d8679 →