Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadQadora committed Jan 1, 2025
1 parent 287c448 commit bc9953f
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 connect to each other
run: while true;do docker logs node0 | grep succeeded && break;done
- name: wait for nodes to be ready
run: sleep 90

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

0 comments on commit bc9953f

Please sign in to comment.