Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Aug 14, 2024
1 parent 7e223e7 commit 1078b07
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ jobs:
# Check the `test-zombienet` workflow for a parachain smoke test.
- name: Check that the node starts up
run: |
./target/debug/parachain-template-node --dev 2>&1 | tee out.txt &
until curl -s '127.0.0.1:9944'; do sleep 5; done
until cat out.txt | grep -s "💤 Idle"; do sleep 5; done
shell: bash
timeout-minutes: 5
./target/debug/parachain-template-node --help
build-docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1078b07

Please sign in to comment.