Skip to content

Commit

Permalink
debug: mercury server through curl
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed May 30, 2024
1 parent 66ed164 commit 558d37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
sleep 30 # Adjust time as necessary for services to initialize
- name: Verify Mercury Service with Curl
run: |
docker exec $(docker ps -qf "name=commerceblockx/mercury-server") \
curl http://0.0.0.0:8000/info/config
container_id=$(docker ps -qf "ancestor=commerceblockx/mercury-server")
docker exec $container_id curl http://0.0.0.0:8000/info/config
- name: Add Mnemonic
run: |
docker exec $(docker ps -qf "name=enclave") \
Expand Down

0 comments on commit 558d37d

Please sign in to comment.