PunimTag Web Application - Major Feature Release #1
@ -196,7 +196,8 @@ jobs:
|
||||
run: |
|
||||
export PYTHONPATH=$(pwd)
|
||||
python -c "from backend.db.models import Base; from backend.db.session import engine; Base.metadata.create_all(bind=engine)"
|
||||
echo "✅ Database schema initialized"
|
||||
python -c "from backend.worker import setup_auth_database_tables; setup_auth_database_tables()"
|
||||
echo "✅ Database schemas initialized (main and auth)"
|
||||
|
||||
- name: Run backend tests
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user