We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a99bce commit 364418eCopy full SHA for 364418e
.github/workflows/test-localnet.yml
@@ -50,7 +50,10 @@ jobs:
50
# Start the local testnet with mxpy
51
mkdir -p ~/localnet && cd ~/localnet
52
mxpy localnet setup --configfile=${GITHUB_WORKSPACE}/localnet.toml
53
+ echo "Localnet setup completed."
54
+ echo "Starting localnet..."
55
nohup mxpy localnet start --configfile=${GITHUB_WORKSPACE}/localnet.toml > localnet.log 2>&1 & echo $! > localnet.pid
56
+ echo "Localnet started, waiting for it to be fully operational..."
57
sleep 120 # Allow time for the testnet to fully start
58
59
# Step 6: Install Node.js and dependencies
0 commit comments