From bdd4910558679f7ed1e192ca0c17888ec369c289 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Wed, 6 Mar 2024 18:52:21 +0100 Subject: [PATCH] TODO --- .github/actions/private-tangle/setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/private-tangle/setup/action.yml b/.github/actions/private-tangle/setup/action.yml index d2ae4a80df..de56383ba7 100644 --- a/.github/actions/private-tangle/setup/action.yml +++ b/.github/actions/private-tangle/setup/action.yml @@ -38,6 +38,7 @@ runs: - name: Wait for tangle to start shell: bash run: wget -qO- https://raw.githubusercontent.com/eficode/wait-for/v2.2.4/wait-for | sh -s -- -t 120 http://localhost:8050/health -- echo "Tangle is up" + # TODO https://github.com/iotaledger/iota-sdk/issues/2154 # - name: Wait for faucet to start # shell: bash # run: wget -qO- https://raw.githubusercontent.com/eficode/wait-for/v2.2.4/wait-for | sh -s -- -t 120 http://localhost:8088/health -- echo "Faucet is up"