0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

Enabled FORCE_COLOR for CI tests

no issue
This commit is contained in:
Daniel Lockyer 2020-04-16 11:01:27 +01:00
parent f8a22da490
commit 425ba6143e

View file

@ -6,6 +6,8 @@ on:
- master
- 2.x
- 'renovate/*'
env:
FORCE_COLOR: 1
jobs:
test:
runs-on: ubuntu-latest