mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-17 06:35:42 +00:00
Add delay to see node start
This commit is contained in:
@@ -71,11 +71,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo Running reference on ${{ matrix.local }}
|
echo Running reference on ${{ matrix.local }}
|
||||||
$TMP/$BIN_REF --chain=${{ matrix.local }} --ws-port=9945 --tmp -- --chain ${{ matrix.relay }} &
|
$TMP/$BIN_REF --chain=${{ matrix.local }} --ws-port=9945 --tmp -- --chain ${{ matrix.relay }} &
|
||||||
|
sleep 15
|
||||||
|
|
||||||
- name: Start local test node for ${{ matrix.runtime }}
|
- name: Start local test node for ${{ matrix.runtime }}
|
||||||
run: |
|
run: |
|
||||||
echo Running test on ${{ matrix.local }}
|
echo Running test on ${{ matrix.local }}
|
||||||
$TMP/$BIN_BASE --chain=${{ matrix.local }} --ws-port=9944 --tmp -- --chain ${{ matrix.relay }} &
|
$TMP/$BIN_BASE --chain=${{ matrix.local }} --ws-port=9944 --tmp -- --chain ${{ matrix.relay }} &
|
||||||
|
sleep 15
|
||||||
|
|
||||||
- name: Prepare output
|
- name: Prepare output
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user