This commit is contained in:
@@ -20,11 +20,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
cd app
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest tests/ -v --tb=short
|
run: |
|
||||||
|
cd app
|
||||||
|
pytest tests/ -v --tb=short
|
||||||
|
|
||||||
- name: Check code formatting
|
- name: Check code formatting
|
||||||
run: ruff check env_pro/
|
run: |
|
||||||
|
cd app
|
||||||
|
ruff check env_pro/
|
||||||
|
|||||||
Reference in New Issue
Block a user