Skip to content

Commit

Permalink
fix whitespaces in multi-line command.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Oct 25, 2024
1 parent 1a4fe12 commit 900530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-localnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Deploy a localnet
run: |
docker run -d -p 7950:7950 \
docker run -d -p 7950:7950 \
-v ./multiversx_sdk_cli/tests/testdata/localnet_with_resolution_remote.toml=/usr/src/app/localnet.toml \
mxpy localnet setup && python -m multiversx_sdk_cli.cli localnet start
Expand Down

0 comments on commit 900530f

Please sign in to comment.