added migration to cicd
Some checks failed
Test Django / Test migration (push) Failing after 16s

This commit is contained in:
Jochen Mehlich 2023-12-20 18:14:27 +01:00
parent d0802e577d
commit 9502d63613

View File

@ -18,4 +18,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
- name: Run migration
run: |
python3 manage.py migrate