Fix Syntax Error

This commit is contained in:
Sirin Puenggun 2023-10-30 19:31:20 +07:00 committed by GitHub
parent 9727c65932
commit 8fc452c149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,5 +37,5 @@ jobs:
run: python manage.py migrate
- name: Run tests
run: |
cd backend
python manage.py test
cd backend
python manage.py test