Update django.yml

This commit is contained in:
Sirin Puenggun 2023-10-30 16:02:08 +07:00 committed by GitHub
parent e8c263183f
commit 6978defdfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,4 +27,5 @@ jobs:
pip install -r requirements.txt pip install -r requirements.txt
- name: Run Tests - name: Run Tests
run: | run: |
cd backend
python manage.py test python manage.py test