Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Apr 27, 2024
1 parent d58d25d commit 573abfe
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/spawn-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,7 @@ jobs:
- name: Validate Running
run: |
for ((i = 1; i <= 30; i++)); do
# chekc the binary is found & installed
which ${{env.BIN_NAME}}
found=$?
if [ $found -eq 0 ]; then
sleep 5
continue
fi
res=`${{env.BIN_NAME}} status --output=json | jq -r 'has("sync_info")'`
if [ "$res" == "true" ]; then
echo "Chain is running"
exit 0
Expand Down

0 comments on commit 573abfe

Please sign in to comment.