add ci to compare models
Some checks failed
Backend CI / unit-test (push) Failing after 25s

This commit is contained in:
2025-09-19 14:13:05 +02:00
parent 2fbf1e9e01
commit 39fc10572e
2 changed files with 129 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ jobs:
- name: Install deps
run: pip install -r dev-requirements.txt
- name: Run models vs snapshot check
run: |
python .github/scripts/compare_models.py trading_journal/models.py
- name: Run tests
run: |
pytest -q