Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Nov 27, 2024
1 parent da2c4a3 commit 012d299
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/iota-rebase-sandbox/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ runs:
- name: Start the Network
shell: bash
working-directory: iota
run: iota start --with-faucet --force-regenesis &
run: |
# Clear previous configuration
rm -rf ~/.iota || true
# Start the network
iota start --with-faucet &

0 comments on commit 012d299

Please sign in to comment.