From 587dccbf4ad28131219127b2d335143ad12882c9 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:12:37 -0400 Subject: [PATCH] ci(pytest): add colored output --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51d5b16..82ddc45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: -rxXs \ --tb=native \ --verbose \ + --color=yes \ --cov=action \ tests