From 19a8c7e7ae7b5a84f393878fe8c895016234a595 Mon Sep 17 00:00:00 2001 From: leehk Date: Fri, 18 Apr 2025 05:52:14 +0800 Subject: [PATCH] update --- .github/workflows/template_test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/template_test.yml b/.github/workflows/template_test.yml index cabeb6a..813751a 100644 --- a/.github/workflows/template_test.yml +++ b/.github/workflows/template_test.yml @@ -148,12 +148,7 @@ jobs: run: | echo "Checking health of Docker services..." # Check if all services are healthy - docker compose -f "${{ steps.create_compose.outputs.COMPOSE_FILE_PATH }}" ps --filter "status=running" --filter "health=healthy" | grep -q 'healthy' - if [ $? -ne 0 ]; then - echo "Error: One or more services are not healthy." - exit 1 - fi - echo "All services are healthy." + docker compose -f "${{ steps.create_compose.outputs.COMPOSE_FILE_PATH }}" ps - name: Run Tests shell: bash