feature/db_add_session #3
3
.github/workflows/backend-ci.yml
vendored
3
.github/workflows/backend-ci.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user