From 7e95ba1489a6ba479963fe8dfb84aa12559cd9cf Mon Sep 17 00:00:00 2001 From: Arvind Date: Mon, 11 Mar 2024 09:57:40 +0000 Subject: [PATCH] Updated: django live in workflow --- .github/workflows/production.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index dc85a88..c2ec9db 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -43,6 +43,7 @@ jobs: DB_HOST: ${{ secrets.DB_HOST }} DB_PORT: ${{ secrets.DB_PORT }} DB_ENGINE: ${{secrets.DB_ENGINE}} + DJANGO_LIVE: False run: | python manage.py test