Fix relay chain ref

This commit is contained in:
Wilfried Kopp
2022-08-09 21:29:55 +02:00
committed by Chevdor
parent 3ac9ed8e9f
commit d33f2fdcbb
@@ -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: |