Skip to content

Commit ef61d01

Browse files
committed
chore: update iota start command to include relative path
1 parent ec79e34 commit ef61d01

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/iota-private-network/setup

1 file changed

+1
-1
lines changed

.github/actions/iota-private-network/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- name: Start the Network
2020
shell: bash
2121
working-directory: iota
22-
run: iota start --with-faucet --force-regenesis
22+
run: ./iota start --with-faucet --force-regenesis
2323

2424
- name: Wait for iota network to start
2525
shell: bash

0 commit comments

Comments
 (0)