Skip to content

Commit

Permalink
merge for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lin594 committed Nov 16, 2023
1 parent 4ec744c commit e0c31fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Start django service
run: |
cd hinghwa-dict-backend
python3 manage.py makemigrations
python3 manage.py makemigrations --merge --no-input
python3 manage.py migrate
DJANGO_SUPERUSER_PASSWORD=testtest123 python manage.py createsuperuser --username admin --email [email protected] --no-input
DJANGO_SUPERUSER_PASSWORD=testtest222 python manage.py createsuperuser --username admin2 --email [email protected] --no-input
Expand Down

0 comments on commit e0c31fb

Please sign in to comment.