Skip to content

Commit

Permalink
minor: resolve #1388 conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
narasux committed Nov 13, 2023
1 parent 5e6c116 commit f36a117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/bk-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ jobs:
export BK_COMPONENT_API_URL=""
export MYSQL_PASSWORD=root_pwd
export MYSQL_HOST="127.0.0.1"
export INITIAL_ADMIN_USERNAME=admin
export INITIAL_ADMIN_PASSWORD=admin_pwd
export DJANGO_SETTINGS_MODULE=bkuser.settings
poetry run pytest ./tests
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def forwards_func(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("tenant", "0002_init_builtin_user_fields"),
("tenant", "0003_auto_20231113_2017"),
]

operations = [migrations.RunPython(forwards_func)]

0 comments on commit f36a117

Please sign in to comment.