From 9fdc94190440eb124540b397a20b4b47ca7899e0 Mon Sep 17 00:00:00 2001 From: Alessio Gerace Date: Wed, 9 Oct 2024 11:11:13 +0200 Subject: [PATCH] [FIX] ci --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 79fd1f8..2f82f3e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -39,7 +39,7 @@ jobs: run: | docker-compose up -d poetry run pytest --cov --cov-report=html - docker-compose up -d + docker-compose down - name: Coveralls env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}