mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Enabled FORCE_COLOR for CI tests
no issue
This commit is contained in:
parent
f8a22da490
commit
425ba6143e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -6,6 +6,8 @@ on:
|
||||||
- master
|
- master
|
||||||
- 2.x
|
- 2.x
|
||||||
- 'renovate/*'
|
- 'renovate/*'
|
||||||
|
env:
|
||||||
|
FORCE_COLOR: 1
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue