From 374a58e0538097c67880f402522e506740938d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 15 Mar 2024 21:29:48 +0100 Subject: [PATCH] -- --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 282f45c..f85ce5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: debug: name: debug runs-on: ubuntu-latest - env: - COMPOSE_ANSI: "never" + # env: + # COMPOSE_ANSI: "never" steps: - name: Checkout uses: actions/checkout@v4