From 7a5b5e82690bfaafd7106d3f2446fdd9e0b7ae8d Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:36:12 -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 c5a8c37f2ed..598e16fa8b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,7 @@ jobs: -rxXs \ --tb=native \ --verbose \ + --color=yes \ --cov=action \ tests echo "::endgroup::"