Skip to content

Commit 1c7da68

Browse files
committed
chore: disable colors for npm tests
1 parent e3c58b0 commit 1c7da68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222
- name: npm install and test
2323
run: npm it
24+
env:
25+
NO_COLOR: 1

0 commit comments

Comments
 (0)