File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161
6262 - name : check:data
6363 run : |
64- python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=testnet --shard=0
64+ python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=testnet --shard=0 --num-blocks=3000
6565 env :
6666 PYTHONPATH : .
6767
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
3838
3939 - name : Generate testdata (setup)
4040 run : |
41- python3 ./systemtests/generate_testdata_on_network.py setup --network localnet
41+ python3 ./systemtests/generate_testdata_on_network.py setup --network= localnet
4242 env :
4343 PYTHONPATH : .
4444
4545 - name : Generate testdata (run)
4646 run : |
47- python3 ./systemtests/generate_testdata_on_network.py run --network localnet
47+ python3 ./systemtests/generate_testdata_on_network.py run --network= localnet
4848
4949 # Allow the blocks that hold the sample transactions to become "final".
5050 sleep 30
Original file line number Diff line number Diff line change 2828
2929 - name : check:data
3030 run : |
31- python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=0
31+ python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=0 --num-blocks=3000
3232 env :
3333 MAINNET_PROXY_URL : ${{ secrets.MAINNET_PROXY_URL }}
3434 PYTHONPATH : .
You can’t perform that action at this time.
0 commit comments