Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Failing after 20s

This commit is contained in:
2025-07-15 15:19:16 +02:00
parent 3c4a676403
commit c55dcb043b
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
--json-report-file=ci-reports/markdown/pytest-report.json \
--capture=no > ci-reports/markdown/raw-test-output.log 2>&1
exit_code=$?
exit_code=2
echo "📦 Pytest exit code: $exit_code"
echo ""