mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
Fix relay chain ref
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
||||
- name: Start local test node
|
||||
run: |
|
||||
echo Running test on ${{ matrix.local }}
|
||||
$TMP/$BIN_BASE --chain=${{ matrix.local }} --ws-port=9944 --base-path=$TMP/$BIN_BASE-data/ &
|
||||
$TMP/$BIN_BASE --chain=${{ matrix.local }} --ws-port=9944 --base-path=$TMP/$BIN_BASE-data/ -- --chain polkadot-local &
|
||||
|
||||
- name: Prepare output
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user