We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf92c73 commit 5ab83acCopy full SHA for 5ab83ac
.github/actions/iota-sandbox/setup/action.yml
@@ -23,7 +23,7 @@ runs:
23
24
# Start Tangle
25
sudo ./bootstrap.sh
26
- docker compose up -d
+ docker compose --profile inx-faucet up -d
27
- name: Wait for tangle to start
28
shell: bash
29
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