use workspace
Some checks failed
Backend CI / unit-test (push) Failing after 26s

This commit is contained in:
2025-09-19 14:16:25 +02:00
parent afd342b31f
commit bc264c8014

View File

@@ -25,7 +25,7 @@ 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: .. working-directory: ${{ github.workspace }}
run: | run: |
python .github/scripts/compare_models.py backend/trading_journal/models.py python .github/scripts/compare_models.py backend/trading_journal/models.py