Skip to content

Commit

Permalink
enable ansi colour in Github Actions for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jun 11, 2024
1 parent 22b0a34 commit e43bdbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
env:
FORCE_COLOR: 3 # To enable testing of ansi-coloured output
- run: npm install
- run: npm run test

0 comments on commit e43bdbf

Please sign in to comment.