cwd for compare model
Some checks failed
Backend CI / unit-test (push) Failing after 26s

This commit is contained in:
2025-09-19 14:14:51 +02:00
parent 39fc10572e
commit afd342b31f

View File

@@ -25,8 +25,9 @@ jobs:
run: pip install -r dev-requirements.txt run: pip install -r dev-requirements.txt
- name: Run models vs snapshot check - name: Run models vs snapshot check
working-directory: ..
run: | 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 - name: Run tests
run: | run: |