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