Skip to content

Commit

Permalink
fix: mercurylayer api url
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed May 30, 2024
1 parent b91be75 commit 7ee3ff0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@ jobs:
docker-compose -f docker-compose-test.yml up --build -d
- name: Wait for services to be ready
run: |
sleep 15 # Adjust time as necessary for services to initialize
# - name: Verify Mercury Service with Curl
# run: |
# curl -v http://0.0.0.0:8000/info/config
sleep 120 # Adjust time as necessary for services to initialize
- name: Check Mercury Service Logs
run: |
docker-compose logs $(docker ps -qf "name=commerceblockx/mercury-server")
- name: Verify Mercury Service with Curl
run: |
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 7ee3ff0

Please sign in to comment.