mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Force colour in github action output (#9692)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user