Skip to content

Commit

Permalink
fix: change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ljy2855 committed Jan 25, 2024
1 parent cc71898 commit 1d0a5e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
DJANGO_ALLOWED_HOSTS: ${{ secrets.DJANGO_ALLOWED_HOSTS }}
run: |
python app/manage.py test
cd app
python manage.py test

0 comments on commit 1d0a5e6

Please sign in to comment.