From 1c7da682f7b478aa0cc00d8913bba6c4706eb515 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 7 Aug 2024 15:41:33 +0000 Subject: [PATCH] chore: disable colors for npm tests --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d1c5e9..dede3dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,3 +21,5 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm install and test run: npm it + env: + NO_COLOR: 1