Skip to content

Commit

Permalink
Merge pull request #26 from CSPCLAB/test/workflow
Browse files Browse the repository at this point in the history
test: check workflow
  • Loading branch information
ljy2855 authored Feb 14, 2024
2 parents ea9f073 + 3fabd99 commit 02954b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
DJANGO_ALLOWED_HOSTS: ${{ secrets.DJANGO_ALLOWED_HOSTS }}
run: |
cd app
python manage.py makemigrations --settings=cspc_web.settings_dev
python manage.py migrate --settings=cspc_web.settings_dev
python manage.py test --settings=cspc_web.settings_dev
python manage.py makemigrations
python manage.py migrate
python manage.py test

0 comments on commit 02954b2

Please sign in to comment.