Skip to content

Commit

Permalink
Force colour in github action output (#9692)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored Nov 14, 2023
1 parent 057b061 commit 4690aa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm clean-install
env:
FORCE_COLOR: 2
- run: npm run all
env:
FORCE_COLOR: 2
- run: npm run test
env:
FORCE_COLOR: 2

0 comments on commit 4690aa9

Please sign in to comment.