Skip to content

Commit 5ab83ac

Browse files
committed
use facuet profile for sandbox
1 parent bf92c73 commit 5ab83ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/iota-sandbox/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
2424
# Start Tangle
2525
sudo ./bootstrap.sh
26-
docker compose up -d
26+
docker compose --profile inx-faucet up -d
2727
- name: Wait for tangle to start
2828
shell: bash
2929
run: wget -qO- https://raw.githubusercontent.com/eficode/wait-for/$WAIT_FOR_VERSION/wait-for | sh -s -- -t 60 http://localhost/health -- echo "Tangle is up"

0 commit comments

Comments
 (0)