Skip to content

Commit 364418e

Browse files
committed
add echo for workflow
1 parent 6a99bce commit 364418e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-localnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050
# Start the local testnet with mxpy
5151
mkdir -p ~/localnet && cd ~/localnet
5252
mxpy localnet setup --configfile=${GITHUB_WORKSPACE}/localnet.toml
53+
echo "Localnet setup completed."
54+
echo "Starting localnet..."
5355
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..."
5457
sleep 120 # Allow time for the testnet to fully start
5558
5659
# Step 6: Install Node.js and dependencies

0 commit comments

Comments
 (0)