Skip to content

Commit

Permalink
cmd/lavad
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 21, 2024
1 parent 04db8b9 commit 14c7fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
continue-on-error: true
if: ${{ matrix.binary }} == "lavad"
run: |
response=$(./${{ fromJson(steps.releaser.outputs.artifacts)[0].path }} status --node http://public-rpc.lavanet.xyz:80/rpc/ | jq '.NodeInfo')
response=$(cmd/lavad/${{ fromJson(steps.releaser.outputs.artifacts)[0].path }} status --node http://public-rpc.lavanet.xyz:80/rpc/ | jq '.NodeInfo')
if [ -z "${response}" ]; then
echo "The binary fails to connect to a node."
exit 1
Expand Down

0 comments on commit 14c7fb6

Please sign in to comment.