Skip to content

Commit

Permalink
Trial and error.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Oct 14, 2024
1 parent 91527be commit cdf1382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_with_mesh_cli_on_localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mxpy localnet setup --configfile=${GITHUB_WORKSPACE}/systemtests/localnet.toml
# Start the localnet and store the PID
nohup mxpy localnet start --configfile=${GITHUB_WORKSPACE}/systemtests/localnet.toml > localnet.log 2>&1 & echo $! > localnet.pid
nohup mxpy localnet start --configfile=${GITHUB_WORKSPACE}/systemtests/localnet.toml &
- name: Generate testdata
run: |
Expand Down

0 comments on commit cdf1382

Please sign in to comment.