fix(tests): fixed testing DB deployment v8 :D

This commit is contained in:
ribardej
2025-10-29 19:57:20 +01:00
parent 483a859b4b
commit dddca9d805

View File

@@ -49,6 +49,11 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r ./7project/backend/requirements.txt pip install -r ./7project/backend/requirements.txt
- name: Wait for DB network
run: |
echo "Waiting 15s for the database network to be ready..."
sleep 15
- name: Run Alembic migrations - name: Run Alembic migrations
run: | run: |
alembic upgrade head alembic upgrade head