From 99530a4becb135388101eadd851d914f8f4fdf0f Mon Sep 17 00:00:00 2001 From: Mbaye THIAM Date: Wed, 17 Apr 2024 14:45:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20wait=2030s=20for=20services=20to?= =?UTF-8?q?=20be=20ready=20before=20running=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/integration-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0826789..be0bac4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -45,6 +45,9 @@ jobs: - name: Setup services for testing purpose run: export IMAGE_TAG=localhost:5000/test/graphql-mesh:latest && cd ./test/integration && docker compose up -d + - name: Wait for services to be ready + run: sleep 30 + - name: Set up Node.js uses: actions/setup-node@v3 with: