Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashatyrev committed Nov 8, 2024
1 parent c4e7f4f commit 2fe4d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ethshadow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
ethshadow .github/ethshadow/sanity-test.yaml
- name: Check Ethshadow
run: |
# TODO: check similar to Teku
block_received_lines=$(cat ./data/shadow/hosts/node*/lighthouse.*.stderr | grep "New block received" | wc -l)
echo "block_received_lines=$block_received_lines"
test $block_received_lines -gt 200
Expand Down

0 comments on commit 2fe4d20

Please sign in to comment.