Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hims1911 authored Dec 17, 2023
1 parent 885ca12 commit 368326c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
pip install -r requirements.txt
- name: Run Tests
run: |
python manage.py test
python manage.py makemigrations --settings=null_jobs_backend.test_settings
python manage.py migrate --settings=null_jobs_backend.test_settings
python manage.py test --settings=null_jobs_backend.test_settings

0 comments on commit 368326c

Please sign in to comment.