Skip to content

Commit

Permalink
Fix start localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Sep 11, 2024
1 parent 3cb06da commit 473e284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Start the local testnet with mxpy
mkdir -p ~/localnet && cd ~/localnet
mxpy localnet setup
nohup mxpy localnet start
nohup mxpy localnet start &
sleep 60 # Allow time for the testnet to fully start
# Step 6: Install Node.js and dependencies
Expand Down

0 comments on commit 473e284

Please sign in to comment.