From acae7a064fa50aa0a93fc4a23ea8c7c5662cda36 Mon Sep 17 00:00:00 2001 From: Berat <100490399+bertt6@users.noreply.github.com> Date: Sun, 17 Mar 2024 13:40:14 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 064e7147..14ba5977 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,4 +27,6 @@ jobs: run: | cd API pip install -r requirements.txt + python manage.py makemigrations + python manage.py migrate python manage.py test