From 7ee3ff0df9c9a7fc5d031544fa04427022bcbcc9 Mon Sep 17 00:00:00 2001 From: DhananjayPurohit Date: Thu, 30 May 2024 19:08:48 +0530 Subject: [PATCH] fix: mercurylayer api url --- .github/workflows/tests.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 141c3d59..c6d3b2b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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") \