Skip to content

Commit 34660cd

Browse files
author
“ramfox”
committed
add logging to failed test
1 parent 85b3e1f commit 34660cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ jobs:
8787
node_id=$(echo $json_output | jq -r '.node_id')
8888
relay=$(echo $json_output | jq -r '.relay')
8989
addrs=$(echo $json_output | jq -r '.addrs[]')
90+
echo "node id:" $node_id
91+
echo "relay:" $relay
92+
echo "addrs:" $addrs
93+
echo "addr:" $addrs[@]
9094
./main client $node_id $relay ${addrs[@]}
9195
sleep 10
9296

0 commit comments

Comments
 (0)