[object Object]

← back to Exo

debug

c3dfac60a6603ac57a5e15502a888ff0263520ba · 2024-12-06 21:12:21 +0000 · Glen

Files touched

Diff

commit c3dfac60a6603ac57a5e15502a888ff0263520ba
Author: Glen <glen@192.168.1.214>
Date:   Fri Dec 6 21:12:21 2024 +0000

    debug
---
 .github/workflows/build_and_test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 348cb77c..bda2e612 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -43,6 +43,7 @@ jobs:
         run: |
           ALL_NODE_IDS=$(for i in $(seq ${{ strategy.job-total }} -1 0); do echo -n "${GITHUB_JOB}_${i},"; done | sed 's/,$//')
           MY_NODE_ID="${GITHUB_JOB}_${{ strategy.job-index }}"
+          which exo
           DEBUG_DISCOVERY=7 DEBUG=7 exo --node-id="${MY_NODE_ID}" --filter-node-ids="${ALL_NODE_IDS}" --chatgpt-api-port 52415 --disable-tui > output1.log 2>&1 &
           PID1=$!
           tail -f output1.log &

← 64954aac fixed  ·  back to Exo  ·  activate f7e0348f →