We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b3e1f commit 34660cdCopy full SHA for 34660cd
.github/workflows/ci.yml
@@ -87,6 +87,10 @@ jobs:
87
node_id=$(echo $json_output | jq -r '.node_id')
88
relay=$(echo $json_output | jq -r '.relay')
89
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[@]
94
./main client $node_id $relay ${addrs[@]}
95
sleep 10
96
0 commit comments