Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 26s

This commit is contained in:
2025-07-17 13:45:26 +02:00
parent a16ab8a474
commit d6fc643e69
+1
View File
@@ -115,6 +115,7 @@ jobs:
--output ci-reports/markdown/TEST-REPORT.md \
--log ci-reports/markdown/raw-test-output.log \
--json ci-reports/markdown/pytest-report.json \
--params ci-reports/markdown/runtime_params.json \
--exit-code $exit_code > ci-reports/markdown/md-report.log 2>&1 && {
echo "✅ Tests markdown generated"
} || {