fix: correct YAML indentation in CI workflow
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -55,8 +55,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
if [ -d backend/tests ]; then
|
if [ -d backend/tests ]; then pytest -q; else echo "No tests found"; fi
|
||||||
pytest -q
|
|
||||||
else
|
|
||||||
echo "No tests directory found: skipping pytest"
|
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user