Skip to content

Commit

Permalink
added extra steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadQadora committed Jan 2, 2025
1 parent bc9953f commit a481a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: install docker module for python
run: poetry add docker

- name: wait for nodes to be ready
run: sleep 90
- name: wait for nodes to connect to each other
run: while true;do (docker logs node0 | grep succeeded ) && ( docker logs node1 | grep succeeded ) && break ;done

- name: Get logs from node1
run: docker logs node0
Expand Down

0 comments on commit a481a26

Please sign in to comment.