Skip to content

Commit

Permalink
debug: mercury server through exec and curl
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed May 30, 2024
1 parent 69527e6 commit 58a1d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sleep 15 # Adjust time as necessary for services to initialize
- name: Verify Mercury Service with Curl
run: |
docker ps
docker exec $(docker ps -qf "name=commerceblockx/mercury-server") curl -v 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 58a1d96

Please sign in to comment.