From 54be74db63fa4f673c755bb588d24286f30516a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Mon, 20 Jan 2025 14:09:33 +0100 Subject: [PATCH] Fix test pipeline --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62f9e45..db4cabd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,6 @@ jobs: run: task push REPO=gitea.ceperka.net/rosti/runtime VERSION=pipeline - name: Cleaning step if: always() - run: docker stop dev_test + run: docker stop dev_test || exit 0