Skip to content

Commit

Permalink
ci: print logs related to starting Hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jul 25, 2024
1 parent 585e08f commit 107f328
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/emerynet-localchain-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,13 @@ jobs:

- name: Check if Hermes relayer has started
run: |
echo "Waiting for the Relayer to start..."
timeout 540 bash -c "\
until docker logs relayer 2>&1 | grep -q 'Hermes has started'; do
echo 'waiting for relayer to start...'
done"
sleep 1
done
echo 'Current logs from the relayer:'
docker logs relayer"
- name: Store Local Wallet Balance in a file
uses: ./.github/actions/store-balances
Expand Down

0 comments on commit 107f328

Please sign in to comment.