From 25a18226854a2fe9ed1b057a0ad19313165415d3 Mon Sep 17 00:00:00 2001 From: gurikov maxim Date: Mon, 23 Sep 2024 14:26:57 +0500 Subject: [PATCH] tryed to fix actions --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 70f2077..981c114 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -55,7 +55,7 @@ jobs: - name: Check front code run: yarn --cwd db-viewer-ui lint - - name: Build docker-compose environment + - name: Build docker compose environment run: docker compose up -d --wait - name: Run db-viewer api @@ -69,7 +69,7 @@ jobs: - name: Stop docker containers if: always() - run: docker rm -f db-viewer-api && docker-compose down + run: docker rm -f db-viewer-api && docker compose down - name: Upload artifacts uses: actions/upload-artifact@v3