Skip to content

Commit

Permalink
add debug sleep.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Oct 25, 2024
1 parent adaf45a commit 28fa958
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test-localnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,5 @@ jobs:
docker cp localnet:/usr/src/app/localnet/validator00/config/validatorKey.pem ./validatorKey00.pem
docker cp localnet:/usr/src/app/localnet/validator01/config/validatorKey.pem ./validatorKey01.pem
docker cp localnet:/usr/src/app/localnet/validator02/config/validatorKey.pem ./validatorKey02.pem
ls
echo "HOME DIR:"
echo ~
echo "CURR PATH:"
echo $(pwd)
sleep 2m
pytest -m require_localnet multiversx_sdk_cli/tests

0 comments on commit 28fa958

Please sign in to comment.