From a8188701636e6d292c01e87c54bdde09a597621f Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 23 May 2025 15:34:38 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.github/workflows/all=5Ftest3.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/all_test3.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/all_test3.yaml b/.github/workflows/all_test3.yaml index d764933..a6c60d6 100644 --- a/.github/workflows/all_test3.yaml +++ b/.github/workflows/all_test3.yaml @@ -1,4 +1,3 @@ - on: workflow_call: inputs: @@ -59,6 +58,11 @@ jobs: ssh-add ~/.ssh/id_rsa echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK" >> $GITHUB_ENV + #На случай зависших сервисов + - name: Clean up existing Docker Compose services (if any) + run: | + docker compose -f docker-compose-dev.yaml down || true + - name: Start docker-compose services env: DOCKER_BUILDKIT: 1