Skip to content

Commit

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

steps:
Expand Down Expand Up @@ -50,5 +48,6 @@ 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
# TODO: introduce polling in test fixture
sleep 2m
pytest -m require_localnet multiversx_sdk_cli/tests

0 comments on commit 0e46464

Please sign in to comment.