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
|
||||
run: |
|
||||
if [ -d backend/tests ]; then
|
||||
pytest -q
|
||||
else
|
||||
echo "No tests directory found: skipping pytest"
|
||||
fi
|
||||
if [ -d backend/tests ]; then pytest -q; else echo "No tests found"; fi
|
||||
|
||||
Reference in New Issue
Block a user