Skip to content

Commit

Permalink
ci: When running the forked network make sure to run as validator
Browse files Browse the repository at this point in the history
b/c now we've switched Testnet to PoS and the local node running the
fork doesn't produce any blocks.
  • Loading branch information
atodorov authored and AdaJane committed Jun 26, 2023
1 parent db34994 commit 7a6f5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
ps aux --sort=-%mem | head -n 20
echo "DEBUG: *********************"
./creditcoin-node --chain ./creditcoin-fork.json --validator --alice --pruning archive \
--mining-key 5DkPYq8hFiCeGxFBkz6DAwnTrvKevAJfTYrzFtr9hpDsEAU1 \
--node-key d182d503b7dd97e7c055f33438c7717145840fd66b2a055284ee8d768241a463 \
--monitor-nonce auto >creditcoin-node.log 2>&1 &
- name: Wait for blockchain to start
Expand Down

0 comments on commit 7a6f5ca

Please sign in to comment.