Skip to content

Commit

Permalink
Add inx-faucet profile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Apr 29, 2024
1 parent 453103c commit 9632e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/iota-sandbox/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
# Start Tangle
sudo ./bootstrap.sh
docker compose up -d
docker compose --profile inx-faucet up -d
- name: Wait for tangle to start
shell: bash
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"
Expand Down

0 comments on commit 9632e8d

Please sign in to comment.