From f6b2c0ef7b017ab55ccbe533c9c879e73353d67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=9E=D0=B2=D1=87?= =?UTF-8?q?=D0=B8=D0=BD=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2?= <90821934+Maxim2121512@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:52:41 +0300 Subject: [PATCH] update 5_prototype_analysis.yml --- .github/workflows/5_prototype_analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/5_prototype_analysis.yml b/.github/workflows/5_prototype_analysis.yml index 36c0027..99ef493 100644 --- a/.github/workflows/5_prototype_analysis.yml +++ b/.github/workflows/5_prototype_analysis.yml @@ -127,11 +127,11 @@ jobs: - name: Build docker-compose run: | - docker-compose build --no-cache + docker compose build --no-cache - name: Run docker-compose run: | - docker-compose up -d + docker compose up -d sleep 30 - name: Check containers are alive