From a6a47da670f6e915c3fcb4b61b060790a21f7d75 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sun, 15 Nov 2020 01:27:58 +0100 Subject: Make the value of the CI env var 'True' This makes it clearer that the env var switches on or off "CI-mode" --- .github/workflows/lint-test-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3