mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +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]
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -27,6 +27,7 @@ ignore_errors =
|
|||
djmain: True
|
||||
passenv =
|
||||
CI
|
||||
FORCE_COLOR
|
||||
GITHUB_*
|
||||
DB_*
|
||||
usedevelop = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue