Fix CI: add cd app for correct directory
Some checks failed
CI / test (push) Failing after 15s

This commit is contained in:
2026-02-04 18:57:14 +00:00
parent 39e8277504
commit 180cacec79

View File

@@ -17,6 +17,7 @@ jobs:
- name: Run tests and linting - name: Run tests and linting
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
cd app
pip install -e ".[dev]" pip install -e ".[dev]"
python -m pytest tests/ -v --cov=src --cov-report=term-missing python -m pytest tests/ -v --cov=src --cov-report=term-missing
pip install ruff pip install ruff