← back to Exo
debug
acdee16aeede55edaeb6fb90c4492d518cc2271a · 2024-12-06 21:53:06 +0000 · Glen
Files touched
M .github/workflows/build_and_test.yml
Diff
commit acdee16aeede55edaeb6fb90c4492d518cc2271a
Author: Glen <glen@192.168.1.214>
Date: Fri Dec 6 21:53:06 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 b66c14a4..2332cbba 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -45,6 +45,7 @@ jobs:
MY_NODE_ID="${GITHUB_JOB}_${{ strategy.job-index }}"
source env/bin/activate
export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
+ echo "${ALL_NODE_IDS}"
DEBUG_DISCOVERY=7 DEBUG=7 exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 --disable-tui > output1.log 2>&1 &
PID1=$!
tail -f output1.log &
← 9fc33587 path
·
back to Exo
·
shorter 4dd617ad →