Skip to content

Commit

Permalink
test 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 53c4e54
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
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 53c4e54

Please sign in to comment.