From 012d299a3a974840bb91feb121d45c9d269e17fa Mon Sep 17 00:00:00 2001 From: umr1352 Date: Wed, 27 Nov 2024 18:16:04 +0100 Subject: [PATCH] test --- .github/actions/iota-rebase-sandbox/setup/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/iota-rebase-sandbox/setup/action.yml b/.github/actions/iota-rebase-sandbox/setup/action.yml index 0f0554aa8..a6dc0c0cf 100644 --- a/.github/actions/iota-rebase-sandbox/setup/action.yml +++ b/.github/actions/iota-rebase-sandbox/setup/action.yml @@ -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 &