From 79b14703f40d040545cc7707b97198726f373996 Mon Sep 17 00:00:00 2001 From: karthikmurakonda Date: Wed, 11 Oct 2023 04:52:24 +0530 Subject: [PATCH] change django.yml --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 133605f..736bc91 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -58,7 +58,7 @@ jobs: - name: Run Tests run: | cd CDC_Backend - pythom manage.py collectstatic + python manage.py collectstatic python manage.py makemigrations python manage.py makemigrations APIs python manage.py test