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 9f3010d300 - Show all commits

View File

@@ -27,7 +27,7 @@ jobs:
- name: Run models vs snapshot check
working-directory: ${{ github.workspace }}
run: |
python .github/scripts/compare_models.py backend/trading_journal/models.py
python .github/script/compare_models.py backend/trading_journal/models.py
- name: Run tests
run: |