Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
fix: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamud committed Mar 17, 2024
1 parent e870c32 commit 679169b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/basic_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ jobs:
./target/production/madara setup --from-local=configs --chain=local --base-path=/tmp/node1
./target/production/madara purge-chain --base-path=/tmp/alice --chain local -y
./target/production/madara purge-chain --base-path=/tmp/alice --chain=local -y
./target/production/madara purge-chain --base-path=/tmp/node1 --chain local -y
./target/production/madara purge-chain --base-path=/tmp/node1 --chain=local -y
- name: Run Validator and nodes
run: |
./target/production/madara \
--base-path /tmp/alice \
--chain local \
--base-path=/tmp/alice \
--chain=local \
--alice \
--node-key 0000000000000000000000000000000000000000000000000000000000000001 \
--validator > validator_output.txt 2>&1 &
validator_pid=$!
./target/production/madara \
--chain local \
--chain=local \
--bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp \
--base-path /tmp/node1 \
--rpc-port 9946 > node_output.txt 2>&1 &
Expand Down

0 comments on commit 679169b

Please sign in to comment.