feature/db_add_session #3

Merged
tliu93 merged 5 commits from feature/db_add_session into main 2025-09-19 14:21:12 +02:00
Showing only changes of commit afd342b31f - Show all commits

View File

@@ -25,8 +25,9 @@ jobs:
run: pip install -r dev-requirements.txt
- name: Run models vs snapshot check
working-directory: ..
run: |
python .github/scripts/compare_models.py trading_journal/models.py
python .github/scripts/compare_models.py backend/trading_journal/models.py
- name: Run tests
run: |