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

Commit

Permalink
fix: testnet ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamud committed Mar 16, 2024
1 parent 11c05f5 commit ec0a401
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/basic_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: setup configs
run: |
target/production/madara setup --from-local ./configs/ --chain=local --base-path /tmp/alice
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/node1 --chain local -y
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/node1 --chain local -y
- name: Run Validator and nodes
n: |
target/production/madara \
Expand All @@ -32,7 +32,7 @@ jobs:
validator_pid=$!
./target/production/madara \
target/production/madara \
--chain local \
--bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp \
--base-path /tmp/node1 \
Expand Down

0 comments on commit ec0a401

Please sign in to comment.