Skip to content
Snippets Groups Projects
Commit 95f4e501 authored by Wilfried Kopp's avatar Wilfried Kopp Committed by Chevdor
Browse files

Fix relay chain ref

parent f8a21ddd
Branches
No related merge requests found
......@@ -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: |
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment