mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-28 19:28:16 +00:00
Add colour to CI logs for readability
This commit is contained in:
parent
8653db5669
commit
aec019ca97
2 changed files with 4 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -2,6 +2,9 @@ name: Test
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
env:
|
||||||
|
FORCE_COLOR: 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
1
tox.ini
1
tox.ini
|
|
@ -27,6 +27,7 @@ ignore_errors =
|
||||||
djmain: True
|
djmain: True
|
||||||
passenv =
|
passenv =
|
||||||
CI
|
CI
|
||||||
|
FORCE_COLOR
|
||||||
GITHUB_*
|
GITHUB_*
|
||||||
DB_*
|
DB_*
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue