Skip to content

Commit

Permalink
Fix generation of samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Sep 4, 2024
1 parent 99310fb commit a59b11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_with_mesh_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Generate sample transactions for check:data
run: |
PYTHONPATH=. python3 ./systemtests/generate_testdata_on_network.py --mode=setup --network=testnet
PYTHONPATH=. python3 ./systemtests/generate_testdata_on_network.py --mode=run --network=testnet
PYTHONPATH=. python3 ./systemtests/generate_testdata_on_network.py setup --network=testnet
PYTHONPATH=. python3 ./systemtests/generate_testdata_on_network.py run --network=testnet --without-spica
env:
USERS_MNEMONIC: ${{ secrets.USERS_MNEMONIC }}
SPONSOR_SECRET_KEY: ${{ secrets.SPONSOR_SECRET_KEY }}
Expand Down

0 comments on commit a59b11f

Please sign in to comment.