From 01921ac6f0176d1ccd10e5a783f5b3667486e42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claude=20L=C3=A9veill=C3=A9?= Date: Wed, 27 Nov 2019 23:12:48 -0500 Subject: [PATCH] ci: forced npm to colorize its output --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 170330a..693c0a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: branches: # array of glob patterns matching against refs/heads. Optional; defaults to all - master # triggers on pushes that contain changes in master +env: + FORCE_COLOR: "true" + jobs: test: runs-on: ubuntu-latest