mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 02:07:57 +00:00
dumb
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
||||
run: |
|
||||
./target/release/minimal-template-node --dev 2>&1 | tee out.txt &
|
||||
until curl -s '127.0.0.1:9944'; do sleep 5; done
|
||||
until curl -s 'cat out.txt | grep -s "Imported #2"'; do sleep 5; done
|
||||
until cat out.txt | grep -s "Imported #2"; do sleep 5; done
|
||||
shell: bash
|
||||
timeout-minutes: 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user