diff options
| -rw-r--r-- | .github/workflows/lint-test-build.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test-build.yaml b/.github/workflows/lint-test-build.yaml index 0d83c45e..e8d4e9cc 100644 --- a/.github/workflows/lint-test-build.yaml +++ b/.github/workflows/lint-test-build.yaml @@ -105,7 +105,7 @@ jobs:            coverage run manage.py test --no-input            coverage report -m          env: -          CI: GHA +          CI: True            DATABASE_URL: postgres://pysite:pysite@localhost:7777/pysite            METRICITY_DB_URL: postgres://pysite:pysite@localhost:7777/metricity  |