fix: correct YAML indentation in CI workflow

This commit is contained in:
Johan
2026-02-02 16:06:02 +01:00
parent 2e41d6304b
commit 93459d3ce9

View File

@@ -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