From de6ca703a4904926e2daaf1969e48b3c185da163 Mon Sep 17 00:00:00 2001 From: Alec Charbonneau Date: Tue, 20 Feb 2024 16:25:38 -0800 Subject: [PATCH] fix --- .github/workflows/integration.anchorPlatformTest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/integration.anchorPlatformTest.yml b/.github/workflows/integration.anchorPlatformTest.yml index 6a98c42..387d4b1 100644 --- a/.github/workflows/integration.anchorPlatformTest.yml +++ b/.github/workflows/integration.anchorPlatformTest.yml @@ -14,9 +14,7 @@ jobs: docker-compose -f service-runner/src/main/resources/docker-compose.yaml up -d - name: Wait for docker to be ready - run: sleep 90 - - name: Curl - run: curl http://localhost:8080/.well-known/stellar.toml + run: sleep 90 && curl http://localhost:8080/.well-known/stellar.toml - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: