Skip to content

Commit

Permalink
Force colour on Action run
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored Jun 6, 2023
1 parent 446133d commit 90510fa
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 90510fa

Please sign in to comment.