Skip to content

Commit

Permalink
more debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Oct 24, 2024
1 parent f4e9c73 commit 315e3b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-localnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# TODO: enable mac-os back once debugging is done.
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python-version: [3.11]

steps:
Expand Down Expand Up @@ -59,4 +61,6 @@ jobs:
- name: Test localnet dependent tests
run: |
netstat -tulpn
sleep 3m
curl -XGET http://127.0.0.1:7950/network/config
pytest -m require_localnet multiversx_sdk_cli/tests

0 comments on commit 315e3b0

Please sign in to comment.