Skip to content

Commit

Permalink
ci(test-workflow): enabled color
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Oct 20, 2023
1 parent 16f9e79 commit b5c0d67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ name: Test
types:
- opened
- synchronize

env:
FORCE_COLOR: 1
NPM_CONFIG_COLOR: always

jobs:
# verify against ranges defined as supported in engines.node
test_matrix:
Expand Down

0 comments on commit b5c0d67

Please sign in to comment.