Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Oct 31, 2023
1 parent c40dce6 commit a4fe868
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@ jobs:
./zombienet-linux-x64 spawn ./ownership-chain/zombienet/native.toml -p native &
echo "Zombienet started"
- name: Wait for ZombieNet
run: |
timeout 5m bash -c '
until $(curl --output /dev/null --silent --head --fail http://localhost:9999);
do
printf ".";
sleep 5;
done' || true
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a4fe868

Please sign in to comment.