Force coloured output from jest (#3521)

This commit is contained in:
Richard van der Hoff
2023-06-27 16:14:47 +01:00
committed by GitHub
parent 815484b543
commit acbcb4658a
+3
View File
@@ -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