Skip to content

Commit

Permalink
tell npm to be colorful in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 26, 2021
1 parent 1512818 commit 3f787c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -33,4 +33,4 @@ jobs:
npm install --ignore-scripts
- name: Run tests
run: |
npm test -- -c -t0
npm test --color=always -- -c -t0

0 comments on commit 3f787c4

Please sign in to comment.