Skip to content

Commit

Permalink
more debug commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Nov 4, 2024
1 parent 685ca9e commit 7bdab1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-localnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
ls
echo "PWD"
pwd
echo "HOME DIR"
cd ~
pwd
nohup python3 -m multiversx_sdk_cli.cli localnet start --configfile=${GITHUB_WORKSPACE}/localnet.toml > localnet.log 2>&1 & echo $! > localnet.pid
sleep 120 # Allow time for the testnet to fully start
Expand Down

0 comments on commit 7bdab1a

Please sign in to comment.