From acbcb4658a5d5903dfd557e3e115241d0a6f38bb Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:14:47 +0100 Subject: [PATCH] Force coloured output from jest (#3521) --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f76a23bf4..604db6c76 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,6 +50,9 @@ jobs: env: JEST_SONAR_UNIQUE_OUTPUT_NAME: true + # tell jest to use coloured output + FORCE_COLOR: true + - name: Move coverage files into place if: env.ENABLE_COVERAGE == 'true' run: mv coverage/lcov.info coverage/${{ matrix.node }}-${{ matrix.specs }}.lcov.info