From 0b3c36fac0ea38be30f96328b33b141d7a767f28 Mon Sep 17 00:00:00 2001 From: Romanow Date: Mon, 10 Jun 2024 13:04:33 +0300 Subject: [PATCH] update dependencies --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73588e1..d2bafbb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: docker compose up -d --wait - name: Print logs - if: failure() && steps.run-containers.outcome != "success" + if: ${{ failure() && steps.run-containers.outcome != "success" }} run: | docker compose logs @@ -66,7 +66,7 @@ jobs: reporters: "[ "cli" ]" - name: Stop containers - if: always() + if: ${{ always() }} continue-on-error: true run: docker compose down -v