Skip to content

Commit

Permalink
Undo changes in workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Feb 1, 2024
1 parent 46212c4 commit 6b9c273
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [ubuntu-latest, macos-latest]
python-version: [3.11]

steps:
Expand Down Expand Up @@ -47,10 +47,6 @@ jobs:
python3 -m multiversx_sdk_cli.cli localnet clean --configfile=./multiversx_sdk_cli/tests/testdata/localnet_with_resolution_remote.toml
python3 -m multiversx_sdk_cli.cli localnet config --configfile=./multiversx_sdk_cli/tests/testdata/localnet_with_resolution_remote.toml
ls -l ./localnet/validator00
otool -L ./localnet/validator00/node
./localnet/validator00/node --version
python3 -m multiversx_sdk_cli.cli localnet start --configfile=./multiversx_sdk_cli/tests/testdata/localnet_with_resolution_remote.toml --stop-after-seconds=120
if grep -r --include=\*.log "started committing block" ./localnet; then
Expand Down

0 comments on commit 6b9c273

Please sign in to comment.