From 1078b075cd86998b99b96f4cf5bd294e6251047e Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Wed, 14 Aug 2024 12:29:39 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d4c10a..96658c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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