Skip to content

Commit

Permalink
chore: add sleep in ghaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 20, 2024
1 parent 253e794 commit 3a1d674
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: cargo install just
- name: Run Docker Compose
run: docker compose --profile itest up -d
- name: wait for nodes to start
run: sleep 20
- name: Build
run: cargo build --verbose
- name: chmod data-dir
Expand All @@ -40,6 +42,8 @@ jobs:
submodules: true
- name: Run Docker Compose
run: docker compose --profile itest up -d
- name: wait for nodes to start
run: sleep 20
- name: Install protobuf-compiler
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Install stable
Expand Down

0 comments on commit 3a1d674

Please sign in to comment.