fix path typo
All checks were successful
Backend CI / unit-test (push) Successful in 30s
Backend CI / unit-test (pull_request) Successful in 30s

This commit is contained in:
2025-09-19 14:18:21 +02:00
parent bc264c8014
commit 9f3010d300

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: |