Skip to content

Commit

Permalink
chore: disable colors for npm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Aug 7, 2024
1 parent e3c58b0 commit 1c7da68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: npm it
env:
NO_COLOR: 1

0 comments on commit 1c7da68

Please sign in to comment.