This commit is contained in:
4
.github/workflows/backend-ci.yml
vendored
4
.github/workflows/backend-ci.yml
vendored
@@ -24,6 +24,10 @@ jobs:
|
||||
- name: Install deps
|
||||
run: pip install -r dev-requirements.txt
|
||||
|
||||
- name: Run models vs snapshot check
|
||||
run: |
|
||||
python .github/scripts/compare_models.py trading_journal/models.py
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest -q
|
||||
Reference in New Issue
Block a user