mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Force colour in github action output (#9692)
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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